MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
Microcks MCP Server

MCP Server for interacting with a Microcks instance from an Agent/MCP Client.

Created 2/12/2026
Updated about 21 hours ago
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" ] } } }