mcp-brianknows
BrianKnows MCP Server connects Claude to BrianKnows' blockchain knowledge base.
The BrianKnows MCP Server is a Model Context Protocol server designed to integrate Claude, an AI assistant, with BrianKnows' extensive blockchain knowledge base. This server facilitates secure and controlled access to external tools and data sources, enhancing the capabilities of AI assistants. It offers tools for checking server responsiveness, querying blockchain and DeFi information, and interacting with a specialized agent for DeFi protocols. The server supports multiple knowledge bases, including public and specialized ones like circle_kb and lido_kb, and maintains a cache of recent searches for efficiency.
Features
- {'name': 'Multiple Knowledge Bases', 'description': 'Access specialized knowledge for different blockchain protocols.'}
- {'name': 'Cached Searches', 'description': 'Quick access to your 5 most recent searches.'}
- {'name': 'Error Handling', 'description': 'User-friendly error messages.'}
- {'name': 'Type Safety', 'description': 'Full TypeScript implementation.'}
MCP 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.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"brianknows": {
"command": "npx",
"args": ["mcp-brianknows"],
"env": {
"BRIAN_API_KEY": "your-api-key-here"
}
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.