MCP Index Notes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | Path for SQLite database | ./data/notes.db |
| LOG_LEVEL | No | Pino logging level (trace|debug|info|warn|error) | |
| LOG_PRETTY | No | Set to true for human-readable logs |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| index-upsertC | Create or update a note under a key. Returns the note id. |
| image-upsertC | Store an image (base64 data or file path) under a key. Returns image id. |
| image-getC | Retrieve images by id or key. Optionally include base64 data. |
| image-deleteC | Delete an image by id or all images by key. |
| image-exportC | Export images (by id or key) to files. Returns file paths. |
| index-queryC | Query notes by key or full-text search. |
| index-deleteC | Delete notes by id or by key. Returns count/boolean. |
| index-backupC | Export all notes to a JSON backup file and return the path. |
| index-restoreC | Restore notes from a JSON backup file. Returns imported count. |
| index-list-keysC | List known keys and counts. |
| index-healthD | Health check. |
| graph-node-upsertC | Create or update a graph node with label/type/props. Returns node id. |
| graph-neighborsC | Get neighbors of a node (by id or label/type) up to a depth and limit. |
| graph-pathC | Find a path of nodes from A to B (by id or label/type). |
| graph-import-from-notesC | Import nodes and edges from existing notes: note -> key and note -> tags. |
| graph-statsB | Get counts of nodes and edges in the graph store. |
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/vjsr007/mcp-index-notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server