Skip to main content
Glama

zettelkasten-mcp

by Liam-Deacon
MIT License
4
smithery.yaml902 B
# Smithery configuration file: https://smithery.ai/docs/build/project-config runtime: container startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - notesDir - databasePath properties: logLevel: type: string default: INFO notesDir: type: string default: "" description: >- Where the notes are stored. Blank stores under `./data/notes` relative path to mcp working directory. databasePath: type: string default: "" description: >- Where the SQLite DB resides. Blank stores under `./data/db/zettelkasten.db` relative path to mcp working directory. exampleConfig: logLevel: INFO notesDir: /data/notes databasePath: /data/db/zettelkasten.db

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/Liam-Deacon/zettelkasten-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server