Skip to main content
Glama

Letta MCP Server

by oculairmedia
package.json2.17 kB
{ "name": "letta-mcp-server", "version": "2.0.1", "description": "Model Context Protocol (MCP) server for Letta - provides tools for managing agents, memory, and passages", "keywords": [ "mcp", "letta", "ai", "agents", "memory", "model-context-protocol" ], "homepage": "https://github.com/oculairmedia/Letta-MCP-server#readme", "bugs": { "url": "https://github.com/oculairmedia/Letta-MCP-server/issues" }, "repository": { "type": "git", "url": "git+https://github.com/oculairmedia/Letta-MCP-server.git" }, "license": "MIT", "author": "Oculair Media", "main": "src/index.js", "type": "module", "bin": { "letta-mcp": "./src/index.js" }, "scripts": { "start": "node src/index.js", "start:sse": "node src/index.js --sse", "start:http": "node src/index.js --http", "dev": "node src/index.js", "dev:sse": "node src/index.js --sse", "dev:http": "node src/index.js --http", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "test:integration": "vitest run src/test/mcp/mcp-integration.test.js", "test:unit": "vitest run --exclude='**/mcp-integration.test.js'", "lint": "eslint src/", "format": "prettier --write 'src/**/*.js'", "format:check": "prettier --check 'src/**/*.js'", "prepublishOnly": "npm run lint && npm run test && npm run format:check", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "dependencies": { "@modelcontextprotocol/sdk": "1.16.0", "axios": "^1.10.0", "cors": "^2.8.5", "dotenv": "^16.6.1", "express": "^4.21.2", "form-data": "^4.0.4", "winston": "^3.17.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.8", "eventsource": "^2.0.2", "prettier": "^3.2.5", "supertest": "^7.0.0", "vitest": "^3.2.4" }, "engines": { "node": ">=20.0.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/oculairmedia/Letta-MCP-server'

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