nt_mcp

thorinside/nt_mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Disting NT Community RAG MCP server and Claude Code skills toolkit
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": {
    "nt_mcp": {
      "command": "uvx",
      "args": [
        "nt-mcp"
      ]
    }
  }
}

Or install with pip: pip install nt-mcp

README Excerpt

Disting NT Community RAG MCP Server — semantic search over community plugin code. - Landing page: https://nt-mcp.fly.dev - MCP endpoint: https://nt-mcp.fly.dev/mcp - Claude Code skills installer: `curl -fsSL https://nt-mcp.fly.dev/install.sh | bash` This repo includes a distributable Claude Code plugin in `claude-plugin/` and a marketplace manifest in `.claude-plugin/marketplace.json`.