Project Knowledge MCP Server
by nampd3
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Root logging level (WARNING, INFO, DEBUG) | WARNING |
| ANALYSIS_BRANCH | No | Branch to fetch for analysis | uat |
| GITLAB_BASE_URL | Yes | GitLab instance base URL (e.g. https://gitlab.example.com) | |
| REFRESH_INTERVAL | No | Periodic refresh interval (e.g. 15m, 1h). No automatic refresh when unset. | |
| GITLAB_GROUP_PATH | Yes | Top-level group path or numeric group ID | |
| GITLAB_VERIFY_SSL | No | Whether to verify SSL certificates for GitLab HTTPS calls | true |
| VISUALIZATION_PORT | No | TCP port for the visualization server | 7345 |
| GITLAB_ACCESS_TOKEN | Yes | GitLab access token with read_api and read_repository scopes | |
| KNOWLEDGE_STORE_PATH | No | Path to the SQLite knowledge store | data/knowledge_store.db |
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nampd3/gitlab-knowledege'
If you have feedback or need assistance with the MCP directory API, please join our Discord server