Work with Opulent

Knowledge Map MCP

Roadmap (Gap)

How to use the planned Knowledge Map MCP server

The Knowledge Map MCP server is designed to give any MCP-compatible client access to public repository documentation and Q&A — the same Knowledge Map capability you use inside a session.

Note

A standalone Knowledge Map MCP server is a Gap today. It is on the roadmap and not yet shipped. Right now, public GitHub repo docs and grounded Q&A are available inside any Opulent session through the deepwiki_search runtime tool (Partial) — just ask about a public repo. The setup below describes the planned external server; names may change before launch.

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI apps to securely connect to MCP-compatible data sources and tools. You can think of MCP like a USB-C port for AI applications — a standardized way to connect AI apps to different services.

Knowledge Map MCP Server

The Knowledge Map MCP server is planned as a free, remote, no-auth service for public repositories.

Planned base URL: https://mcp.opulentia.ai/knowledge-map

Available Tools (planned)

The server is planned to offer three main tools:

  1. read_wiki_structure — Get a list of documentation topics for a GitHub repository
  2. read_wiki_contents — View Knowledge Map documentation about a GitHub repository
  3. ask_question — Ask any question about a GitHub repository and get an AI-powered, context-grounded response

Wire Protocols

The server is planned to support Streamable HTTP:

Streamable HTTP — /mcp

  • URL: https://mcp.opulentia.ai/knowledge-map/mcp
  • Works with Cloudflare, OpenAI, and Claude
  • Recommended for all integrations
Note

Streamable HTTP (/mcp) is the supported transport. A legacy SSE (/sse) transport is not planned.

Setup Instructions

For most clients (e.g. Windsurf, Cursor):

{
  "mcpServers": {
    "knowledge-map": {
      "serverUrl": "https://mcp.opulentia.ai/knowledge-map/mcp"
    }
  }
}

For Claude Code:

claude mcp add -s user -t http knowledge-map https://mcp.opulentia.ai/knowledge-map/mcp

Related Resources

Note

Want Knowledge Map for private repositories? Use the Opulent MCP server with your API key (also a Gap today).