MCP server wrapping the gfa Python SDK; exposes 14 tools to MCP-aware agents.
Project description
gfa-mcp
Model Context Protocol server wrapping the gfa Python SDK.
gfa-mcp is a sidecar that exposes 14 gfa primitives as MCP tools so
off-the-shelf agent platforms (Claude Code, Cursor, Codex Agent, Cline,
Continue.dev) can call them without bespoke per-platform integration.
The MCP server is a thin adapter — every tool maps 1:1 to an SDK method.
Routing, caching, and threshold heuristics live in the SDK
(gfa-sdk), not here. See docs/architecture/sdk-mcp.md in the gfa
repo for the full design.
Install
pip install gfa-mcp
Quickstart
# Stdio (agent platform spawns gfa-mcp as a subprocess)
gfa-mcp --stdio --endpoint https://gfa.example.com --token "$GFA_JWT"
# HTTP (long-running, multiple agents on the same host)
gfa-mcp --port 8765 --endpoint https://gfa.example.com --key ~/.gfa/agent.pem
# Inspect the tool list without running the server
gfa-mcp --print-tools
Claude Code wiring
~/.claude-code/mcp.json:
{
"mcpServers": {
"gfa": {
"command": "gfa-mcp",
"args": [
"--stdio",
"--endpoint", "https://gfa.example.com",
"--key", "/home/user/.gfa/agent.pem"
]
}
}
}
Cursor and Codex Agent use a similar shape per their respective docs.
Auth
--token JWT for pre-minted JWTs (simple, doesn't auto-rotate).
--key PATH for ECDSA private keys (auto-rotates short-lived tokens via
the SDK's FileKeyTokenProvider). Use --key for any session expected
to live longer than the JWT's TTL.
Customer docs
The full agent integration guide — AGENTS.md template, system-prompt snippets, per-platform config — is M-055-CUSTOMER-DOCS in the gfa project backlog and ships separately from this package.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gfa_mcp-0.1.2.tar.gz.
File metadata
- Download URL: gfa_mcp-0.1.2.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e94506caae7fce11c82733438f91c576f1c0ce96d9c02070236e755bda7fe1a
|
|
| MD5 |
8f8a2bc9c22700b024dafccbbb4a64ab
|
|
| BLAKE2b-256 |
248dde615926b8ef3e138647da27ba93854f2885fb2113d9dc542dbf8396f13c
|
File details
Details for the file gfa_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gfa_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 40.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19445e3664ace76b3590ac8b73e90067bfcce6e41898e828b65d5c6678e3ed48
|
|
| MD5 |
0fb9f1f26b33166aeb6f32ff7862bacf
|
|
| BLAKE2b-256 |
3f51337fdedeff219a590be323b37d704445e234104a08819a0875cea704c496
|