Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO
pyproject.toml694 B
[project] name = "mcp-obsidian-advanced" version = "0.0.1" description = "MCP server to work with Obsidian via the remote REST plugin" readme = "README.md" requires-python = ">=3.10,<3.13" license = { file = "LICENSE" } dependencies = [ "mcp>=1.1.0", "python-dotenv>=1.0.1", "requests>=2.32.3", "numpy<2.0", "obsidiantools>=0.10.0", "networkx>=2.0", "anytree>=2.8.0", "pathlib2>=2.3.0; python_version<'3.4'", ] [[project.authors]] name = "Jason Guo" email = "jg459@duke.edu" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [dependency-groups] dev = [ "pyright>=1.1.389", ] [project.scripts] mcp-obsidian-advanced = "mcp_obsidian_advanced.server:main"

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

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