MCP.so
ログイン

Anchor Mcp

@honey-guard

Anchor Mcp について

MCP Server for Anchor framework.

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

rust

トランスポート

stdio

公開者

honey-guard

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "security_check_program": {
      "command": "security_check_program",
      "args": [
        "--mcp"
      ]
    },
    "security_check_file": {
      "command": "security_check_file",
      "args": [
        "--mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Anchor Mcp?

Anchor Mcp is a Model Context Protocol (MCP) CLI server template for Anchor programs. It provides a standardized way to connect LLM applications with external data sources and tools, using the MCP protocol.

How to use Anchor Mcp?

Configure Anchor Mcp in Claude Desktop by editing the claude_desktop_config.json file (Settings → Developer → Edit Config) and adding a server entry with the command set to your program and args containing "--mcp". Alternatively, run the server directly with the --mcp flag. Use --prompts and --tools to display available prompts and tools.

Key features of Anchor Mcp

  • MCP CLI server template for Anchor programs
  • Supports displaying available prompts and tools via CLI
  • Easily configurable for Claude Desktop
  • Built on the mcp-rs-template
  • Licensed under GPL v3

Use cases of Anchor Mcp

  • Integrating Anchor programs as MCP servers for LLM applications
  • Providing context and tools to AI-powered IDEs like Claude Desktop
  • Enhancing chat interfaces with external data from Anchor programs

FAQ from Anchor Mcp

How do I configure Anchor Mcp in Claude Desktop?

Edit claude_desktop_config.json (Claude Desktop → Settings → Developer → Edit Config) and add a server entry with command set to your program and args containing "--mcp".

What CLI options does Anchor Mcp support?

--mcp enables the MCP server, --prompts displays available prompts, and --tools displays available tools.

What license is Anchor Mcp released under?

Anchor Mcp is released under the GPL v3 license, as indicated by the badge in the repository.

コメント

「その他」の他のコンテンツ