Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub newjerseystyle/plugin-logic-llmCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"clingo-mcp": {
"command": "npx",
"args": [
"clingo-mcp"
],
"env": {
"SESSION_DIR": "${CLAUDE_PLUGIN_ROOT}/data/sessions/clingo"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SESSION_DIR=${CLAUDE_PLUGIN_ROOT}/data/sessions/clingoShare bugs, ideas, or general feedback.