Skip to main content
Glama

Lens Protocol MCP Server

by daoleno
package.json•853 B
{ "name": "lens-mcp", "version": "1.0.0", "description": "Lens Protocol MCP Server - Agent-Optimized Tools for Lens Protocol", "module": "index.ts", "type": "module", "devDependencies": { "@biomejs/biome": "^2.2.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "scripts": { "start": "bun index.ts", "start:http": "bun http-server.ts", "dev": "bun --watch index.ts", "dev:http": "bun --watch http-server.ts", "test": "bun test test.test.ts", "test:integration": "bun test integration.test.ts", "test:all": "bun test" }, "dependencies": { "@hono/node-server": "^1.19.1", "@lens-protocol/client": "^0.0.0-canary-20250820102520", "@modelcontextprotocol/sdk": "^1.17.4", "hono": "^4.9.5", "zod": "3.24", "zod-to-json-schema": "^3.24.6" } }

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/daoleno/lens-mcp'

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