Skip to main content
Glama
package.json1.12 kB
{ "name": "sidvy-mcp", "version": "1.0.0", "description": "MCP Server for Sidvy API - A comprehensive note-taking system integration", "type": "module", "main": "build/index.js", "bin": { "sidvy-mcp": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsx --env-file=.env src/index.ts", "clean": "rm -rf build/", "prebuild": "pnpm run clean" }, "keywords": [ "mcp", "model-context-protocol", "sidvy", "notes", "api", "claude", "ai" ], "author": "Martin Hjartmyr", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/martinhjartmyr/sidvy-mcp.git" }, "bugs": { "url": "https://github.com/martinhjartmyr/sidvy-mcp/issues" }, "homepage": "https://github.com/martinhjartmyr/sidvy-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "dotenv": "^16.3.0" }, "devDependencies": { "@types/node": "^20.10.0", "prettier": "^3.6.2", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }

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/martinhjartmyr/sidvy-mcp'

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