Skip to main content
Glama

Obsidian Memory MCP

by YuNaga224
package.json898 B
{ "name": "obsidian-memory-mcp", "version": "1.0.0", "description": "MCP server that stores AI memories as Markdown files for visualization in Obsidian's graph view", "license": "MIT", "author": "YuNaga224 (https://github.com/YuNaga224)", "repository": { "type": "git", "url": "https://github.com/YuNaga224/obsidian-memory-mcp.git" }, "keywords": ["mcp", "obsidian", "memory", "markdown", "knowledge-graph"], "type": "module", "bin": { "obsidian-memory-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "gray-matter": "^4.0.3" }, "devDependencies": { "@types/node": "^22", "shx": "^0.3.4", "typescript": "^5.6.2" } }

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

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