BrianKnows
Access BrianKnows' extensive blockchain knowledge base.
BrianKnows MCP Server
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:
- Ping Tool: Check if the BrianKnows API server is responsive
- Search Tool: Query BrianKnows' knowledge engine for blockchain and DeFi information
- 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 📋
- Node.js (v18 or higher)
- Claude Desktop
- A BrianKnows API key
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 🙏
- BrianKnows for their blockchain knowledge API
- Model Context Protocol
- Anthropic for Claude Desktop
संबंधित सर्वर
Education Data MCP Server
Provides access to the Urban Institute's Education Data API for comprehensive education data.
MCP Qdrant Codebase Embeddings
Uses Qdrant vector embeddings to understand semantic relationships in codebases.
OSV
Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID.
MongoDB Lens
Full Featured MCP Server for MongoDB Database.
Knowledge Graph Memory Server
Enables memory for Claude using a knowledge graph with fuzzy semantic search and persistent storage.
JDBC-MCP
Enables AI assistants to interact with various databases through JDBC connections.
Odoo Accounting MCP Server
Integrates with Odoo Accounting via XML-RPC, allowing AI tools to query and analyze account journal entries for auditing purposes.
MCP PostgreSQL Server
A server that enables AI models to interact with PostgreSQL databases through a standardized interface.
AI Knowledge System
An enterprise-ready system to archive AI conversations from ChatGPT and Claude into a Supabase database.
Tableau MCP Server
Connects Claude Desktop to Tableau Server, enabling natural language interactions with your Tableau data and administrative capabilities.