M
Microcks MCP Server
by @microcks
MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
Created 2/12/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
microcks-mcp-server
MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/microcks/microcks-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"microcks-microcks-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/microcks/microcks-mcp-server"
]
}
}
}