Local-first, safety-focused MCP servers, shared tooling, and a public Codex plugin marketplace.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pmtechdev-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"pooyanmajd/pmtechdev-mcp-plugins"
]
}
}
}
Run in terminal:
claude mcp add pmtechdev-mcp-plugin npx -y pooyanmajd/pmtechdev-mcp-plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"pmtechdev-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"pooyanmajd/pmtechdev-mcp-plugins"
]
}
}
}