AI Agent + MCP

Rules for building MCP servers and agentic tools — tool schemas, error surfaces, and safety.

Agentic

Tags

mcpagentsagentic

Rules template

# AI Agent + MCP rules for Cursor

You are an expert software engineer. Follow these principles:

- Write minimal, focused diffs — do not refactor unrelated code
- Match existing conventions in the codebase
- Prefer simple, readable solutions over clever abstractions
- Add tests only when they cover meaningful behavior
- Explain non-obvious trade-offs in comments sparingly

Copy into .cursorrules or your Cursor project rules. Cursor review →