Skip to main content
Glama

Obsidian MCP Tool Server

by Rwb3n
MIT License
28
  • Linux
  • Apple
pyproject.toml1.25 kB
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "obsidian_mcp_tool" version = "1.0.0" authors = [ { name="Rwb3n / Gemini 2.5 pro" }, ] description = "An MCP server exposing tools to interact with an Obsidian vault." readme = "README.md" requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Office/Business :: Notes/Organization", "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator", ] dependencies = [ "mcp", "pydantic-settings", "python-dotenv", "pyyaml", "fastapi", # Required by mcp[fastmcp] "uvicorn[standard]", # Required by mcp[fastmcp] "aiofiles", # Although not explicitly used, good for potential future async file ops "h11>=0.16.0" ] [project.urls] "Homepage" = "https://github.com/Rwb3n/obsidian-mcp" "Bug Tracker" = "https://github.com/Rwb3n/obsidian-mcp/issues" # Optional: Define entry point if you want a command-line script # [project.scripts] # obsidian-mcp-server = "obsidian_mcp_server.__main__:main" # Example, requires creating __main__.py

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

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