← Back to Plugins
MCP Server MCP

io.github.houtini-ai/google-knowledge-graph

github By github 👁 1 views ▲ 0 votes

Search Google's Knowledge Graph for structured information about real-world entities

Homepage Verified source GitHub

Install

npx -y @houtini/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@houtini/google-knowledge-graph-mcp",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Knowledge Graph Search API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_KNOWLEDGE_GRAPH_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...