Stats
Actions
Tags
From gpt2agent
Provides local GPT-2 model access for text generation and AI tasks. Runs as a subprocess without external API keys.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gpt2agent": {
"command": "gpt2agent",
"args": [
"run",
"--stdio"
]
}
}
}Server configuration and connection parameters
gpt2agentCommand-line arguments passed to the server process
npx claudepluginhub robotlearning123/gpt2agent --plugin gpt2agent