Knowledge Master
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Semantic search across the knowledge base. Returns relevant chunks with source info and graph context (author, repo, related docs). |
| index_repoB | Index a git repository into the knowledge graph. Parses code files, extracts authors, builds relationships. |
| index_directoryB | Index markdown/text files from a directory. |
| get_statusA | Get knowledge base statistics: number of chunks, documents, repos indexed. |
| blast_radiusA | Show what depends on a target (service, tech, or file). Returns all entities that would be affected by changing the target. |
| check_conventionsB | Check if a repo or path follows the detected coding conventions (naming, structure, patterns). Returns pass/fail for each convention. |
| safe_to_changeC | Assess risk of changing a target. Returns risk level, blast radius, and test coverage. |
| who_ownsB | Find who owns a file based on OWNS relationships in the graph. |
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/subzone/knowledge-master'
If you have feedback or need assistance with the MCP directory API, please join our Discord server