mcp-server
Provides an MCP (Model Context Protocol) server for Membrane that exposes Membrane integration actions as MCP tools. Supports connecting over HTTP streamable transport and (deprecated) SSE, with token-based authentication and optional static vs dynamic tool exposure.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses bearer token authentication and is intended to be accessed over HTTPS endpoints. Provided docs show token passing in Authorization header (preferred) or query parameter. Scope granularity and security/error details are not documented in the provided material.
⚡ Reliability
Best When
You want to expose Membrane-connected actions to an MCP-capable agent using the recommended streamable HTTP transport (/mcp).
Avoid When
If you need long-term support exclusively via SSE, or you cannot use Authorization header / query token for auth.
Use Cases
- • Let an LLM/agent call Membrane integration actions (tools) via MCP
- • Build agent workflows that enable only a subset of tools per session (dynamic mode via enable-tools)
- • Use persistent chat sessions with a custom x-chat-id header (streamable HTTP only)
- • Integrate with MCP-compatible clients such as Cursor and Claude Desktop
Not For
- • Use cases requiring standard public REST/GraphQL APIs rather than MCP tool interfaces
- • Environments where token credentials cannot be securely handled
- • Clients that only support SSE (since SSE transport is marked deprecated)
Interface
Authentication
Auth is documented as a single Membrane access token presented via query or Authorization header. No explicit scope model is described in the provided README.
Pricing
Pricing for the MCP server itself is not specified in the provided content; Membrane account pricing may apply.
Agent Metadata
Known Gotchas
- ⚠ SSE transport is explicitly deprecated; prefer /mcp streamable HTTP
- ⚠ In dynamic mode, the server returns only the enable-tools tool; the agent must call enable-tools before attempting other tools
- ⚠ Experimental persistent sessions require using the x-chat-id header (streamable HTTP only)
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.