MCP server for handling ADR Agreement provisions for AI models / Serwer MCP do obsługi przepisów Umowy ADR dla modeli AI
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"adr-agreement-mcp-se": {
"command": "npx",
"args": [
"-y",
"kociembadamian/adr-agreement-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add adr-agreement-mcp-se npx -y kociembadamian/adr-agreement-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"adr-agreement-mcp-se": {
"command": "npx",
"args": [
"-y",
"kociembadamian/adr-agreement-mcp-server"
]
}
}
}