Self-hosted MCP preference server — durable, versioned, auditable AI rules for Claude, Cursor, and any MCP client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"instill-ai": {
"command": "npx",
"args": [
"-y",
"MFMStudio/instill-ai"
]
}
}
}
Run in terminal:
claude mcp add instill-ai npx -y MFMStudio/instill-ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"instill-ai": {
"command": "npx",
"args": [
"-y",
"MFMStudio/instill-ai"
]
}
}
}