★ 1 stars
Python
🧠 Memory/Knowledge
Updated today
Local-first MCP server for AI analysis of sensitive structured data. Tier-gated access, durable audit log, Wardrobe of cross-session memory — your data stays on your machine.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"tailor-mcp": {
"command": "uvx",
"args": [
"tailor-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add tailor-mcp uvx tailor-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"tailor-mcp": {
"command": "uvx",
"args": [
"tailor-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install tailor-mcp
README Excerpt
<p align="center"> <img src="docs/assets/tailor-banner.svg" alt="tailor-mcp — local data preprocessing for AI" width="100%"/> </p> <p align="center"> <a href="https://github.com/saahasmuthineni/tailor-mcp/actions/workflows/ci.yml"><img src="https://github.com/saahasmuthineni/tailor-mcp/actions/workflows/ci.yml/badge.svg" alt="CI"/></a>
Topics
audit-log claude claude-desktop data-privacy governance health-data llm local-ai mcp model-context-protocol obsidian python research-tools structured-data token-efficiency