pathfinder

CopilotKit/pathfinder
★ 15 stars TypeScript 🤖 AI/LLM Updated today
Self-hosted MCP server for docs, code search, and conversational sources
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pathfinder": {
      "command": "npx",
      "args": [
        "-y",
        "CopilotKit/pathfinder"
      ]
    }
  }
}

README Excerpt

The knowledge server for AI agents — index your docs, code, Notion pages, Slack threads, and Discord forums into searchable, agent-accessible knowledge via MCP. One config file, one command, works with any AI coding agent. ```bash npx @copilotkit/pathfinder init npx @copilotkit/pathfinder serve ``` Or with Docker: