Forums MCP Server

Ask any GitHub repository a question. Get source-backed answers.

Local serverstdio

What is the Forums MCP server?

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.

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

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.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Forums.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
VariableRequired
DATABASE_URLYes
TYPESENSE_API_KEYYes
TYPESENSE_HOSTYes
GITHUB_CLIENT_IDYes
GITHUB_CLIENT_SECRETYes
GITHUB_TOKENNo
REVALIDATE_SECRETNo
ADMIN_USER_EMAILSNo
PrerequisitesThe Prerequisites tool exposed by this server.
Setup3. Set up environment variables. Either link to Vercel project or create .env.local manually:
ScriptsThe Scripts tool exposed by this server.

Configuration

VariableDescriptionRequired
DATABASE_URLEndpoint or connection string the server talks to.Yes
TYPESENSE_API_KEYCredential the server authenticates with.Yes
TYPESENSE_HOSTEndpoint or connection string the server talks to.Optional
GITHUB_CLIENT_IDConfiguration value read at startup.Optional
GITHUB_CLIENT_SECRETCredential the server authenticates with.Yes
GITHUB_TOKENCredential the server authenticates with.Yes
REVALIDATE_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Forums to Variable.
  • Use Forums to DATABASE URL.
  • Use Forums to TYPESENSE API KEY.

Frequently asked questions

It connects Forums to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (Variable, DATABASE_URL, TYPESENSE_API_KEY, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Forums directly.