01 / enable
Create a workspace token
Open the MCP server page in a Team workspace, enable the server, then create a named token for the client you want to connect.
Docs / MCP
RepoWiki can expose a Team workspace as a read-only MCP server, so supported clients can search and read indexed repo docs with source details attached.
Details
MCP is for connecting external clients to RepoWiki context. RepoWiki does not run model calls for this beta.
01 / enable
Open the MCP server page in a Team workspace, enable the server, then create a named token for the client you want to connect.
02 / connect
Use the workspace endpoint with a bearer token in an MCP client that supports Streamable HTTP.
03 / tools
Clients can call search_docs, read_doc, list_projects, and list_repositories. All tools are read-only.
04 / limits
The MCP page shows monthly usage, recent activity, token status, and the monthly reset date.
client configuration
Create a named token in the MCP server page. The token is shown once, so paste it into the client before leaving the page.
{
"mcpServers": {
"repowiki": {
"type": "http",
"url": "https://repowiki.dev/api/mcp/w/<workspace-id>",
"headers": {
"Authorization": "Bearer <your token>"
}
}
}
}search_docsSearch indexed Markdown and MDX docs in the workspace.
read_docRead one indexed document by document ID or source path.
list_projectsList projects in the workspace.
list_repositoriesList connected repositories.
Requests
5,000 / month
Search calls
500 / month
Document reads
2,000 / month
Data returned
250 MB / month