Server data from the Official MCP Registry
Flatten Claude Code sessions: keep every prompt and event verbatim, resume at a lower token count.
Flatten Claude Code sessions: keep every prompt and event verbatim, resume at a lower token count.
flatten-mcp is a well-architected MCP server with clean security practices. The codebase demonstrates strong file handling with atomic writes, crash-safe sidecar persistence, and explicit session backups. Permissions are appropriately scoped to Claude Code's session directory. No credentials are hardcoded, and network access is limited to an optional Anthropic API call for token counting when explicitly configured via environment variable. Minor code quality improvements around error handling could be made, but the server poses no significant security risk. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ANTHROPIC_API_KEY
Environment variable: FLATTEN_COUNT_MODEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-shayashav-flatten-mcp": {
"env": {
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
"FLATTEN_COUNT_MODEL": "your-flatten-count-model-here"
},
"args": [
"-y",
"flatten-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.