notes-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTES_MCP_DB | No | Override the default SQLite database file path. | ~/.notes-mcp/notes.db |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| add_noteA | Create a new note with a title, body, and optional tags. Returns the stored note, including its assigned ID — reference that ID in later get/update/delete calls. |
| get_noteA | Retrieve a single note by its ID or exact title. |
| search_notesA | Search notes by keyword, by tag, or both (filters combine with AND). |
| update_noteA | Edit an existing note's title, body, and/or tags. Only the fields you pass are changed. Passing tags replaces the whole tag set. Returns the updated note. |
| delete_noteA | Permanently delete a note by ID. This cannot be undone. Returns a confirmation with the deleted note's title. |
| list_recent_notesA | List the most recently created or updated notes, newest first. |
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
- 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/gabed5303-ops/notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server