interego

markjspivey-xwisee/interego
★ 1 stars TypeScript 🤖 AI/LLM Updated today
Context Graphs 1.0 — compositional framework for typed graph contexts over RDF 1.2 Named Graphs. Includes Solid pod federation, MCP server for AI agents, owner/agent delegation.
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": {
    "interego": {
      "command": "npx",
      "args": [
        "-y",
        "markjspivey-xwisee/interego"
      ]
    }
  }
}