IBM ACE allows exposing implemented operations such as REST APIs deployed as MCP-SERVER tools that an AGENT can discover and invoke.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-implement": {
"command": "npx",
"args": [
"-y",
"maktup/MCP-SERVER-IMPLEMENTATION-AND-CONFIGURATION-WITH-ACE-AND-CONSUMPTION-WITH-BOB"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-implement npx -y maktup/MCP-SERVER-IMPLEMENTATION-AND-CONFIGURATION-WITH-ACE-AND-CONSUMPTION-WITH-BOB
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-implement": {
"command": "npx",
"args": [
"-y",
"maktup/MCP-SERVER-IMPLEMENTATION-AND-CONFIGURATION-WITH-ACE-AND-CONSUMPTION-WITH-BOB"
]
}
}
}