Skip to main content
The same ten tools can run over MCP Streamable HTTP. A local HTTP server is useful when a client connects by URL instead of launching a stdio process.

Start on localhost

The endpoint is http://127.0.0.1:8080/mcp. The default host is loopback-only.

Share within your environment

Set GRAPHIFY_API_KEY in the server environment using your secret manager. Then start with the intended bind address:
Clients authenticate with Authorization: Bearer <key> or X-API-Key. Use a private network or an authenticated TLS proxy for traffic beyond the local machine. A graph can contain proprietary source context.

Server options

Docker

The source repository includes a Dockerfile. Build it from that checkout:
This example publishes to localhost and mounts the graph read-only. Set GRAPHIFY_API_KEY before running it. Make deliberate network and authentication choices before exposing the endpoint to other hosts.