codewiki-mcp
by izzzzzi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token for NLP repo resolution to avoid GitHub API rate limits | |
| CODEWIKI_BASE_URL | No | Base URL for the codewiki service | https://codewiki.google |
| CODEWIKI_MAX_RETRIES | No | Maximum number of retries for failed requests | 3 |
| CODEWIKI_RETRY_DELAY | No | Base retry delay in milliseconds | 250 |
| CODEWIKI_REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codewiki_search_reposC | Search repositories indexed by codewiki.google |
| codewiki_fetch_repoC | Fetch generated wiki content for a repository from codewiki.google |
| codewiki_ask_repoC | Ask a natural-language question about a repository indexed in codewiki.google |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/izzzzzi/codewiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server