MCPs/contextforge/README.md
Tobias J. Endres 22b81b2478
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: update fleet to tested MCPs + add 10 new MCPs with Dockerfiles + Woodpecker CI
2026-06-23 15:09:54 +02:00

964 B

contextforge-mcp

MCP server gateway connecting to ContextForge backend agents. This is a remote SSE endpoint — no Docker image needed.

Source: Self-hosted at mcp-gateway.corentic.eu

Configuration

This MCP is a remote endpoint, not a local server. Configure in your AI client:

{
  "mcpServers": {
    "contextforge": {
      "type": "remote",
      "url": "https://mcp-gateway.corentic.eu/sse",
      "headers": {
        "Authorization": "Bearer your_token",
        "X-Forgejo-Token": "your_forgejo_token"
      }
    }
  }
}

Environment Variables (for local config)

Configure these in your environment:

Variable Description
CONTEXTFORGE_BEARER_TOKEN JWT token for API auth
CONTEXTFORGE_FORGEJO_TOKEN Forgejo API token for repo operations

Tools

Dynamically registered by backend agents. Run get_prompts and get_resources after connecting to discover available capabilities.