openTui_mcp_server

carlosEA28/openTui_mcp_server
★ 0 stars Go 🤖 AI/LLM Updated 4d ago
OpenTUI's unofficial MCP Server for intelligent documentation retrieval and agent context.
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": {
    "opentui_mcp_server": {
      "command": "go",
      "args": [
        "run",
        "github.com/carlosEA28/openTui_mcp_server@latest"
      ]
    }
  }
}

README Excerpt

The OpenTUI MCP Server connects AI agents directly to technical documentation sources. This enables LLMs, assistants, and coding agents to search, retrieve, and understand developer documentation through natural language interactions.