⚠️ Work in Progress - This tool is under active development. Features and APIs may change.
MCP server setup toolkit for Claude Code. Simplifies the installation and configuration of Model Context Protocol servers.
brew install spantree/fluent-toolkit/fluent-toolkitDownload the latest binary from releases and place it in your PATH.
Initialize MCP servers in your project:
cd your-project
ftk initThe interactive wizard will:
- Let you select which MCP servers to install
- Check for required system dependencies
- Prompt for API keys and secrets
- Generate
.mcp.jsonconfiguration - Update
CLAUDE.mdwith usage instructions - Create optional context directory for AI resources
- ✅ Interactive setup wizard - Guided MCP server installation
- ✅ Modular server architecture - Easy to add new servers
- ✅ Dependency checking - Validates system requirements before installation
- ✅ Secrets management - Stores API keys in
.env.mcp.secrets(gitignored) - ✅ CLAUDE.md integration - Auto-updates project documentation
- ✅ Context directory - Optional folder for AI assistant resources
Core Servers:
- Sequential Thinking - Enhanced reasoning for complex problems
- Context7 - Up-to-date library documentation and code examples
- Basic Memory - Persistent memory and note-taking across sessions
Optional Servers:
- Exa - Web search and research (requires API key)
More servers coming soon!
Built with Deno.
# Run locally
deno task dev init
# Type check
deno check src/main.ts
# Format and lint
deno fmt
deno lintSee CLAUDE.md for development standards and commit conventions.
- Installation Guide - Detailed installation instructions
- Quick Start - Release workflow for maintainers
- Development Guide - Contributing guidelines
Early Development - Core functionality working, but many features planned:
- ⏳ Additional MCP server integrations
- ⏳ User-level vs project-level configuration
- ⏳ Server validation and health checks
- ⏳ Configuration migration tools
MIT
From the Fluent Workshop - AI fluency for engineering teams.