Skip to main content
Glama

Obsidian MCP Server

pyproject.toml496 B
[project] name = "custom-obsidian-mcp" version = "0.1.0" description = "MCP server for Obsidian vault operations with focus on Zettelkasten note creation" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", "pydantic>=2.0.0", "python-frontmatter>=1.1.0" ] [project.scripts] custom-obsidian-mcp = "custom_obsidian_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = []

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/Shepherd-Creative/obsidian-mcp'

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