context-harness-mcp

valianx/context-harness-mcp
★ 1 stars Go 🤖 AI/LLM Updated 1d ago
MCP server con knowledge graph compartido — Go + mcp-go + pgx/v5 + pgvector + fastembed-go, deployed on Render Free + Supabase Free
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-harness-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/valianx/context-harness-mcp@latest"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io/) server that exposes a Knowledge Graph (nodes, observations, relations) to Claude Code or any MCP-compatible client. Storage is Postgres + [pgvector](https://github.com/pgvector/pgvector); semantic search runs locally via `all-MiniLM-L6-v2` ONNX embeddings. Runs **anywhere with Docker + Postgres+pgvector** — local `docker compose` on a dev machine, or any container host (Railway, Render, Fly, Coolify, self-hosted, …) for team-shared deployments.