1. Conduid
  2. RAG
  3. Brian Knows
MCP server · RAG

Brian Knows

Enhance your applications with intelligent context-aware capabilities. Leverage real-world data and tools seamlessly to create more interactive and responsive user experiences.

Unclaimed rag
34Low

Scored 4 months ago · breakdown

About Brian Knows

Brian Knows is an MCP server in the RAG category: enhance your applications with intelligent context-aware capabilities. Leverage real-world data and tools seamlessly to create more interactive and responsive user experiences. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/antoncoding/mcp-brianknows

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Brian Knows

Powered by Claude · Grounded in docs

I know everything about Brian Knows. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

BrianKnows MCP Server

smithery badge

A Model Context Protocol (MCP) server that connects Claude to BrianKnows' blockchain knowledge base.

What is MCP? 🤔

The Model Context Protocol (MCP) lets AI assistants like Claude Desktop connect to external tools and data sources in a secure way while keeping users in control.

What does this server do? 🚀

The BrianKnows MCP server provides three main tools:

  1. Ping Tool: Check if the BrianKnows API server is responsive
  2. Search Tool: Query BrianKnows' knowledge engine for blockchain and DeFi information
  3. Agent Tool: Chat with the BrianKnows agent about DeFi protocols

Supported knowledge bases include:

  • public-knowledge-box (default)
  • circle_kb, lido_kb, Polygon_kb, taiko_kb
  • near_kb, clave_kb, starknet_kb, consensys_kb

The server maintains a cache of your 5 most recent searches for quick reference.

Prerequisites 📋

Configuration ⚙️

Add this to your Claude Desktop configuration file (accessible via Developer Settings):

{
  "mcpServers": {
    "brianknows": {
      "command": "npx",
      "args": ["mcp-brianknows"],
      "env": {
        "BRIAN_API_KEY": "your-api-key-here"
      }
    }
  }
}

Replace your-api-key-here with your actual BrianKnows API key.

Example Usage 🎯

Can you check if the BrianKnows API is online?

Use BrianKnows to search for information about Ethereum's Layer 2 solutions.

Ask the BrianKnows agent to explain how Uniswap V3 works.

Features ✨

  • Multiple Knowledge Bases: Access specialized knowledge for different blockchain protocols
  • Cached Searches: Quick access to your 5 most recent searches
  • Error Handling: User-friendly error messages
  • Type Safety: Full TypeScript implementation

Acknowledgments 🙏

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Brian Knows

How do I install Brian Knows?

Run git clone https://github.com/antoncoding/mcp-brianknows, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Brian Knows safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Brian Knows still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.