General-purpose MCP server: a per-machine append-only store of classed observations, with recording structurally separated from adjudication
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"field-docket": {
"command": "npx",
"args": [
"-y",
"jakewan/field-docket"
]
}
}
}
Run in terminal:
claude mcp add field-docket npx -y jakewan/field-docket
Add to .cursor/mcp.json:
{
"mcpServers": {
"field-docket": {
"command": "npx",
"args": [
"-y",
"jakewan/field-docket"
]
}
}
}