cafreeman

15 mods across 1 repository, 4 stars between them.

foundry-mcp-agent

01

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

Create a new Foundry project with comprehensive context documents through collaborative design process.

4 5mo ago A 0 tokens original MIT

foundry_create_spec

04

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

foundry_list_specs

05

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

foundry_load_spec

06

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

foundry_update_spec

07

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

codanna

08

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

13

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

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