Ask any GitHub repository a question. Get source-backed answers.
Connect Forums to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Ask any GitHub repository a question. Get source-backed answers. The forums mcp server is what makes that connection.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Variable — RequiredDATABASE_URL — YesTYPESENSE_API_KEY — YesTYPESENSE_HOST — YesGITHUB_CLIENT_ID — YesGITHUB_CLIENT_SECRET — YesGITHUB_TOKEN — NoREVALIDATE_SECRET — NoADMIN_USER_EMAILS — NoPrerequisites — The Prerequisites tool exposed by this serverSetup — 3. Set up environment variables. Either link to Vercel project or create .env.local manually:Scripts — The Scripts tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: DATABASE_URL, TYPESENSE_API_KEY, TYPESENSE_HOST, GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET, GITHUB_TOKEN, REVALIDATE_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Forums's toolset — Variable, DATABASE_URL, TYPESENSE_API_KEY and 9 more — is a fair guide to whether it matches your workflow. It is maintained by basehub-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Forums's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Variable | Required |
| DATABASE_URL | Yes |
| TYPESENSE_API_KEY | Yes |
| TYPESENSE_HOST | Yes |
| GITHUB_CLIENT_ID | Yes |
| GITHUB_CLIENT_SECRET | Yes |
| GITHUB_TOKEN | No |
| REVALIDATE_SECRET | No |
| ADMIN_USER_EMAILS | No |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | 3. Set up environment variables. Either link to Vercel project or create .env.local manually: |
| Scripts | The Scripts tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
| TYPESENSE_API_KEY | Credential the server authenticates with. | Yes |
| TYPESENSE_HOST | Endpoint or connection string the server talks to. | Optional |
| GITHUB_CLIENT_ID | Configuration value read at startup. | Optional |
| GITHUB_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
| REVALIDATE_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.