A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"opensumi/core"
]
}
}
}
Run in terminal:
claude mcp add core npx -y opensumi/core
Add to .cursor/mcp.json:
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"opensumi/core"
]
}
}
}