Skip to main content
Glama
aegntic

Obsidian Elite RAG MCP Server

package.json986 B
{ "name": "@aegntic/template-mcp", "version": "1.0.0", "description": "A template for creating MCP servers", "main": "index.js", "bin": { "template-mcp": "./index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "claude", "mcp", "template" ], "author": "aegntic", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aegntic/aegntic-MCP.git", "directory": "servers/template-mcp" }, "bugs": { "url": "https://github.com/aegntic/aegntic-MCP/issues" }, "homepage": "https://github.com/aegntic/aegntic-MCP/tree/main/servers/template-mcp#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "mcp-server": "^0.8.0" }, "optionalDependencies": { "qrcode-terminal": "^0.12.0" }, "files": [ "index.js", "src/**/*.js", "README.md" ], "publishConfig": { "access": "public" } }

Latest Blog Posts

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/aegntic/aegntic-MCP'

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