Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From longhand
Runs locally as a subprocess via the 'longhand mcp-server' command. Provides MCP tools, data sources, or prompts, but specific capabilities unclear from configuration alone.
npx claudepluginhub wynelson94/longhandCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"longhand": {
"command": "longhand",
"args": [
"mcp-server"
]
}
}
}Server configuration and connection parameters
longhandCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.