Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"osed-regulatory": {
"command": "${CLAUDE_PLUGIN_DATA}/connector-venv/bin/osed-connectors",
"env": {
"COURTLISTENER_API_KEY": "${user_config.courtlistener_api_key}",
"REGULATIONS_GOV_API_KEY": "${user_config.regulations_gov_api_key}"
}
}
}
}Replace placeholder values for: COURTLISTENER_API_KEY, REGULATIONS_GOV_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
${CLAUDE_PLUGIN_DATA}/connector-venv/bin/osed-connectorsEnvironment variables set when the server starts
COURTLISTENER_API_KEY=${user_config.courtlistener_api_key}REGULATIONS_GOV_API_KEY=${user_config.regulations_gov_api_key}Sensitive values you must provide — never committed to source control
npx claudepluginhub osenv/osed --plugin osed