MCP.so
Sign In

Anchor Mcp

@honey-guard

About Anchor Mcp

MCP Server for Anchor framework.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Frequently asked questions

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.

Comments

Basic information

Category

Other

License

Apache-2.0

Transports

stdio

Author

honey-guard

More Other MCP servers