Skip to main content
Glama
fangorn-network

Fangorn MCP Server

Official

Fangorn MCP Server

An MCP (Model Context Protocol) server that lets AI agents query a Fangorn subgraph schemas and conformant data published by data sources.

Setup

pnpm i
cp env.example .env
# Edit .env and set SUBGRAPH_URL and SUBGRAPH_API_KEY (if calling published Subgraph)
pnpm build

Docker

To build the docker image, run:

docker build -f Dockerfile \
  -t us-central1-docker.pkg.dev/lucky-lead-489114-d7/fangorn-network/mcp:latest .

where the tag is your desired registry/namesepace, e.g. for the GCP docker image registry us-central1-docker.pkg.dev/lucky-lead-489114-d7

Related MCP server: grafeo-mcp

Running

Local (stdio)

pnpm start
# or
TRANSPORT=stdio node build/index.js

Remote (Streamable HTTP) — for networked agents

TRANSPORT=http PORT=4000 node build/index.js
# Server listens at http://localhost:4000/mcp

Docker

After configuring .env, from the root run:

docker compose up

Remote Client Connection

When running in HTTP mode, clients connect to http://localhost:4000/mcp using the Streamable HTTP transport.

Debugging

Use the MCP Inspector to test tools interactively:

pnpm inspect
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fangorn-network/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server