A
Agent Rules
Fetches coding rules and best practices on-demand from GitHub repositories, providing remote access to development standards with intelligent caching and suppor
Share:
About
Fetches coding rules and best practices on-demand from GitHub repositories, providing remote access to development standards with intelligent caching and support for multiple file formats without requiring local rule files.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install Agent Rules
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"agent-rules": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agent-rules"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"agent-rules": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agent-rules"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"agent-rules": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agent-rules"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.