Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/erikej/sqlserver.rules/mcp-sqlserver.rulesgit clone --depth 1 https://github.com/ErikEJ/SqlServer.RulesGrade A, and why
SqlServer.Rules scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"SqlServer.Rules": {
"command": "ErikEJ.DacFX.TSQLAnalyzer.Cli",
"args": [],
"env": {}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 7 lines scan A d7f65b2d07d1
SqlServer.Rules is an MCP server published in the GitHub repository ErikEJ/SqlServer.Rules (240 stars, last pushed 12d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. It comes from a forked repository.
Other mcp servers, from other repositories
graphjin
MCP server "graphjin" as configured in dosco/graphjin. Launched with graphjin mcp --path ${GRAPHJIN_CONFIG_PATH:-./config}.
gopls-mcp
gopls, the Go language server, exposed as an MCP server: lets the agent query symbols, definitions, references and diagnostics in a Go codebase. Launched with gopls mcp.
orionbelt-semantic-layer-mcp
Thin MCP server for OrionBelt Semantic Layer — delegates to REST API. Runs locally from the orionbelt-semantic-layer-mcp Python package.
mcp
Model Context Protocol server for Citadel: encrypted memory as MCP tools. Runs locally from the citadeldb-mcp Python package. Needs 1 environment variable to run.
database-operations-mcp
MCP server "database-operations-mcp" as configured in sandraschi/database-operations-mcp. Runs locally from the database-operations-mcp Python package.
mcp-clickhouse
ClickHouse query & management for AI agents — SQL-classified read/write/destructive gating. Runs locally from the @dockndevai/mcp-clickhouse npm package. Needs 4 environment variables to run.