plain-mcp
Verified Safeby tellahq
Overview
An MCP server for managing and querying Plain.com support threads and customer information via tools for an AI agent.
Installation
bun run src/index.tsEnvironment Variables
- PLAIN_API_KEY
Security Notes
The server correctly uses environment variables for API keys. It makes external calls to the Plain.com API, which is expected functionality. The use of `plain.rawRequest` for GraphQL queries is contained to a specific, predefined query for timeline entries, limiting potential for injection. No `eval` or obvious malicious patterns found.
Similar Servers
RDFPortal-MCP
This server facilitates querying biological and biomedical RDF databases via SPARQL and interacts with various biological/biomedical REST APIs, designed for integration with conversational AI platforms like Claude.
pylon-mcp
Provides an MCP (Model Context Protocol) interface to interact with the Pylon customer support platform's API for managing customer support data.
mcp-prompts
This server manages and serves customizable prompt templates to MCP clients for various tasks like meeting analysis and content summarization.
claude-sessions-mcp
Manages Claude Code conversation sessions and projects, offering features like listing, renaming, deleting sessions and messages, and cleaning up old data via a Web UI and MCP tools.