cafreeman /foundry-mcp
Agent Claude Code
Activate for project management tasks including creating/analyzing projects, writing specifications, managing task lists, updating implementation notes, validating content, or any workflow involving project context documents, development planning, or foundry tools.
4 5mo ago A 48 tokens
original MIT cafreeman /foundry-mcp
Command Cursor
Analyze an existing codebase and create comprehensive Foundry project documents using MCP tools.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Command Cursor
Create a new Foundry project with comprehensive context documents through collaborative design process.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Command Cursor
Create a comprehensive feature specification with detailed implementation guidance through collaborative design process.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Command Cursor
Discover and analyze existing specifications for a project to guide development planning and prioritization.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Command Cursor
Load a complete specification using intelligent fuzzy matching to enable focused development work.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Command Cursor
Perform precise, idempotent updates to specification documents using intelligent edit command strategies.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
When any request involves understanding, exploring, or analyzing code.
4 5mo ago A 1,445 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
Foundry MCP: CLI tool and MCP server for deterministic project management and AI coding assistant integration. Manages project specifications in /.foundry/ directory structure.
4 5mo ago A 394 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
// All commands: async fn execute(args: XxxArgs) -> Result pub async fn execute(args: CreateProjectArgs) -> Result { validateargs(&args).context("Invalid arguments")?; let result = performoperation(&args).context("Operation failed")?; Ok(buildresponse(result)) }.
4 5mo ago A 0 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
Based on established user memories and preferences, these guidelines ensure consistent alignment with user expectations and workflow patterns.
4 5mo ago A 1,066 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
Comprehensive guide for using Foundry MCP tools effectively in AI-assisted development.
4 5mo ago A 5,368 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
// ✅ Functional (Prefer) let content = tasks.iter() .filter(|task| task.status == TaskStatus::Completed) .map(|task| format!("- {}\n", task.title)) .collect:: ().
4 5mo ago B 0 tokens
original MIT cafreeman /foundry-mcp
Cursor rule Cursor
Use this any time you are interacting with tests at all.
4 5mo ago A 14 tokens
original MIT cafreeman /foundry-mcp
Instructions file
Instructions for cafreeman/foundry-mcp, covering claude.md, project overview, development commands, build & test commands and build the project.
4 5mo ago A 1,525 tokens
original MIT