Very simple MVP to show how IA agents using opencode can build a simple app using the alchemy 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": {
"alchemy-mcp-server-d": {
"command": "npx",
"args": [
"-y",
"thecil/alchemy-mcp-server-demo"
]
}
}
}
Run in terminal:
claude mcp add alchemy-mcp-server-d npx -y thecil/alchemy-mcp-server-demo
Add to .cursor/mcp.json:
{
"mcpServers": {
"alchemy-mcp-server-d": {
"command": "npx",
"args": [
"-y",
"thecil/alchemy-mcp-server-demo"
]
}
}
}