apme-mcp-server.rs

apostille-me/apme-mcp-server.rs
★ 0 stars Rust API Integration Updated today
Read-only MCP server for the apostille-me organization
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apme-mcp-server.rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "apme-mcp-server.rs"
      ]
    }
  }
}

README Excerpt

Executable repository seed for the canonical public repository `apostille-me/apme-mcp-server.rs`. The server implements newline-delimited JSON-RPC over stdio, negotiates MCP protocol revision `2025-06-18`, and exposes a read-only `zed_dependency_graph` tool. It never writes credentials, modifies repositories, or invokes application APIs.