Connects Claude to Forums, an AI-powered Q&A service that answers questions about GitHub repositories by cloning and analyzing source code. The server uses streamable HTTP transport and points to forums.basehub.com's MCP endpoint. When you need Claude to understand a codebase or answer technical questions about a repo's implementation, this lets it query the Forums API instead of hitting token limits trying to ingest entire codebases itself. The underlying service requires PostgreSQL, Typesense for search, and GitHub OAuth, but as an MCP client you just point at the remote URL. Best for situations where you're exploring unfamiliar repos and want source-backed answers without manual grepping.
AI-powered Q&A for GitHub repositories. Ask questions about any repo and AI agents will clone, explore, and grep the source code to provide source-backed answers.
git clone https://github.com/basehub-ai/forums.git
cd forums
bun install
.env.local manually:# Option A: Pull from Vercel (requires access)
vc env pull .env.local
# Option B: Create manually with required variables (see Self-Hosting section)
bun run db:generate
bun run dev
| Command | Description |
|---|---|
bun run dev | Start development server |
bun run build | Build for production |
bun run start | Start production server |
bun run test | Run tests |
bun run lint | Lint and fix code |
bun run typecheck | Type check |
bun run db:generate | Generate database migrations |
| Variable | Required | Description |
|---|---|---|
DATABASE_URL | Yes | PostgreSQL connection string |
TYPESENSE_API_KEY | Yes | Typesense API key |
TYPESENSE_HOST | Yes | Typesense host URL |
GITHUB_CLIENT_ID | Yes | GitHub OAuth app client ID |
GITHUB_CLIENT_SECRET | Yes | GitHub OAuth app client secret |
GITHUB_TOKEN | No | GitHub PAT for higher API rate limits |
REVALIDATE_SECRET | No | Secret for cache revalidation webhook |
ADMIN_USER_EMAILS | No | Comma-separated list of admin emails |
bun run build
bun run start
ray0907/git-mcp-server
cyanheads/git-mcp-server
io.github.b1ff/atlassian-dc-mcp-bitbucket
io.github.b1ff/atlassian-dc-mcp-jira
com.mcparmory/atlassian-jira
sirlordt/vscode-terminal-mcp