Prymer — Codex CLI plugin marketplace (connects the hosted Prymer MCP server). Generated by swarmcloud's connector; do not hand-edit.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"prymer-codex-plugin": {
"command": "npx",
"args": [
"-y",
"builtbyberry/prymer-codex-plugin"
]
}
}
}
Run in terminal:
claude mcp add prymer-codex-plugin npx -y builtbyberry/prymer-codex-plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"prymer-codex-plugin": {
"command": "npx",
"args": [
"-y",
"builtbyberry/prymer-codex-plugin"
]
}
}
}