cafreeman/foundry-mcp

4Stars on the repository
15Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codanna

01

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

rust-standards

06

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