Stats
Actions
Tags
npx claudepluginhub nickroci/ultanCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ultan": {
"type": "http",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/nickroci/[email protected]",
"ultan",
"mcp"
],
"url": "https://github.com/nickroci/[email protected]",
"env": {
"CLAUDE_PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}",
"CLAUDE_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
Command-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}CLAUDE_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}Declared capabilities of this MCP server