A markdown-native headless CMS with a built-in MCP server. Claude, Cursor, and AI agents create content directly — no format conversion, no middleware.
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": {
"innolope-cms": {
"command": "npx",
"args": [
"-y",
"Innolope/innolope-cms"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add innolope-cms npx -y Innolope/innolope-cms
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"innolope-cms": {
"command": "npx",
"args": [
"-y",
"Innolope/innolope-cms"
]
}
}
}
📋 Copy