knowledge-library-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KNOWLEDGE_LIBRARY_ROOT | No | The root directory of the knowledge library. If not set, the server defaults to the parent directory of the mcp-server/ directory. | parent directory of the mcp-server/ directory |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_areasB | The six canonical areas of the knowledge library. |
| search_notesB | Full-text search across the library. Optional |
| get_noteA | Return the markdown content of a note by relative path. |
| list_permanent_notesA | List all permanent notes within one area. |
| get_guidanceA | Return the markdown of |
| list_projectsA | List active projects (directories under |
| create_noteA | Create a new note. Returns relative path. Refuses to overwrite. kind: fleeting | literature | permanent | guidance | project area_or_path: required area name for permanent/guidance; optional sub-path for others. |
| update_noteA | Overwrite an existing note. Refuses if path doesn't already exist. |
| append_fleetingB | Append a timestamped block to today's |
| list_pending_changesA | Return uncommitted changes in the knowledge-library (parsed git status). |
| save_changesA | Stage all changes, commit, push origin main. ONLY call this tool when the user has explicitly approved the change ("save it", "commit that", "looks good, push it"). Drafts iterated in chat without explicit approval should remain uncommitted on disk. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/kennyrnwilson/knowledge-library-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server