Skip to main content
Glama

Inkdrop MCP Server

Official
by inkdropapp
package.json891 B
{ "name": "@inkdropapp/mcp-server", "version": "1.2.0", "description": "Inkdrop Model Context Protocol Server", "bin": { "inkdrop-mcp-server": "dist/index.js" }, "scripts": { "start": "bun src/index.ts", "build": "tsc && chmod +x dist/*.js", "prepublishOnly": "npm run build", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/inkdropapp/mcp-server.git" }, "keywords": [ "Inkdrop", "MCP", "Claude" ], "author": "Takuya Matsuyama<contact@inkdrop.app>", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "ajv": "^8.17.1", "inkdrop-model": "^2.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.9", "prettier": "^3.5.3", "typescript": "^5.8.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/inkdropapp/mcp-server'

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