A markdown knowledge base your AI can actually write in — search, draft, suggest edits you approve, comment, and publish to your CMS, with every agent edit signed.
Server Config
{
"mcpServers": {
"syncpen": {
"command": "npx",
"args": [
"-y",
"syncpen-mcp"
],
"env": {
"SYNCPEN_API_KEY": "<YOUR_SYNCPEN_API_KEY>"
}
}
}
}