@nema/mcp
v0.0.9
Published
Nema MCP server for integrating Claude, Cursor and other MCP clients with Nema
Downloads
20
Readme
Nema MCP Server (Typescript)
This MCP server can be used by users to have their Claude Code or Cursor or any other MCP client interact with Nema.
It uses the MCP SDK.
Development
To run locally:
npm run build
node dist/index.jsThen you can use the MCP inspector
npx @modelcontextprotocol/inspectorto debug this. Input Transport Type (SSE) and URL (http://localhost:3000/sse).
Production
Users can run this server in production by running:
npx @nema/mcpThis will ask them for their username and password, and then start the server.
Alternatively, the user can set a default tenant and project by running
npx @nema/mcp --tenant=dev --project=my-projectTo use this in Claude Code
claude mcp add nema-mcp -t sse http://localhost:8000/sse