Skip to main content
Glama
antoncoding

BrianKnows MCP Server

by antoncoding

BrianKnows MCP 服务器

铁匠徽章

将 Claude 连接到 BrianKnows 的区块链知识库的模型上下文协议 (MCP) 服务器。

MCP 是什么?🤔

模型上下文协议 (MCP) 让 Claude Desktop 等 AI 助手以安全的方式连接到外部工具和数据源,同时保持用户的控制权。

Related MCP server: GOAT MCP Server

这个服务器是做什么的?🚀

BrianKnows MCP 服务器提供三个主要工具:

  1. Ping 工具:检查 BrianKnows API 服务器是否响应

  2. 搜索工具:查询 BrianKnows 知识引擎中的区块链和 DeFi 信息

  3. 代理工具:与 BrianKnows 代理讨论 DeFi 协议

支持的知识库包括:

  • 公共知识框(默认)

  • circle_kb、lido_kb、Polygon_kb、taiko_kb

  • near_kb、clave_kb、starknet_kb、consensys_kb

服务器会保留您最近 5 次搜索的缓存以供快速参考。

先决条件📋

配置⚙️

将其添加到您的 Claude Desktop 配置文件(可通过开发人员设置访问):

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

your-api-key-here替换为您实际的 BrianKnows API 密钥。

使用示例🎯

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.

特色✨

  • 多个知识库:获取不同区块链协议的专业知识

  • 缓存搜索:快速访问您最近的 5 次搜索

  • 错误处理:用户友好的错误消息

  • 类型安全:完整的 TypeScript 实现

致谢🙏

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/antoncoding/mcp-brianknows'

If you have feedback or need assistance with the MCP directory API, please join our Discord server