GitScribe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub personal access token for authentication | |
| GITLAB_TOKEN | No | GitLab personal access token for authentication | |
| GITSCRIBE_DEBUG | No | Enable debug mode (default: false) | |
| GITSCRIBE_MAX_DEPTH | No | Maximum crawling depth (default: 3) | |
| GITSCRIBE_MAX_PAGES | No | Maximum number of pages to scrape (default: 100) | |
| GITSCRIBE_CHROMA_DIR | No | Directory for ChromaDB persistence (default: ./chroma_db) | |
| GITSCRIBE_CHUNK_SIZE | No | Chunk size for document splitting (default: 1000) | |
| GITSCRIBE_REQUEST_DELAY | No | Delay between requests in seconds (default: 1.0) | |
| GITSCRIBE_EMBEDDING_MODEL | No | Sentence transformer model for embeddings (default: sentence-transformers/all-MiniLM-L6-v2) | |
| GITSCRIBE_CONCURRENT_REQUESTS | No | Number of concurrent requests (default: 5) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/akhilthomas236/gitscribe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server