Skip to main content
Glama

Tana MCP Server

MIT License
19
34
  • Linux
  • Apple
package.json968 B
{ "name": "tana-mcp", "version": "1.2.0", "description": "A Model Context Protocol (MCP) server for Tana", "main": "dist/index.js", "bin": { "tana-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "tana", "api", "llm", "model-context-protocol", "tana-api" ], "author": "Tim McDonnell", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/tim-mcdonnell/tana-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.7.7", "typescript": "^5.6.3", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^10.9.0" } }

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/tim-mcdonnell/tana-mcp'

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