Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From optikit
Runs locally as a subprocess via the 'optikit mcp' command. Exposes MCP tools, resources, or prompts through Optikit. Specific capabilities and any required secrets unclear from configuration.
npx claudepluginhub dev-mahmoud-elshenawy/optikit --plugin optikitCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"optikit": {
"command": "optikit",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
optikitCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.