AgentHubAgentHub

world-model-mcp

MCP ServerMCP Registry官方收录

io.github.SaravananJaichandar/world-model-mcp · v0.7.5

Temporal knowledge graph for codebases with constraint enforcement at the edit boundary.

概览

world-model-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "world-model-mcp": {
      "command": "uvx",
      "args": [
        "world-model-mcp"
      ]
    }
  }
}

环境变量

WORLD_MODEL_DB_PATH可选

Database location

ANTHROPIC_API_KEY可选secret

Optional - enables LLM-powered entity extraction

WORLD_MODEL_EXTRACTION_MODEL可选

Model for entity extraction

WORLD_MODEL_REASONING_MODEL可选

Model for complex reasoning

相关资源

统一 Manifest

{
  "id": "io.github.SaravananJaichandar/world-model-mcp",
  "type": "mcp-server",
  "version": "0.7.5",
  "displayName": "world-model-mcp",
  "description": "Temporal knowledge graph for codebases with constraint enforcement at the edit boundary.",
  "repository": {
    "url": "https://github.com/SaravananJaichandar/world-model-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "world-model-mcp",
        "version": "0.7.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "WORLD_MODEL_DB_PATH",
            "description": "Database location"
          },
          {
            "name": "ANTHROPIC_API_KEY",
            "description": "Optional - enables LLM-powered entity extraction",
            "isSecret": true
          },
          {
            "name": "WORLD_MODEL_EXTRACTION_MODEL",
            "description": "Model for entity extraction"
          },
          {
            "name": "WORLD_MODEL_REASONING_MODEL",
            "description": "Model for complex reasoning"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.SaravananJaichandar/world-model-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.SaravananJaichandar%2Fworld-model-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
world-model-mcp — MCP Server 安装与配置 · AgentHub