Factory
Freeby MCP Community
MCP server for the Cypher Factory bonding curve launchpad — use with Claude Code, Cursor, Windsurf, or any MCP-compatible client
v1.3.0Added Apr 12, 2026
mcpmodel-context-protocolcypher-factorydefibonding-curve
Factory MCP Server
MCP server for the Cypher Factory bonding curve launchpad — use with Claude Code, Cursor, Windsurf, or any MCP-compatible client
Installation
Reviews
Installation
Quick install
npx -y @cypherindustries/factory-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"factory": {
"command": "npx",
"args": ["-y", "@cypherindustries/factory-mcp-server"]
}
}
}