Skip to content

Spantree/ftk

Repository files navigation

fluent-toolkit

⚠️ 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.

Installation

Homebrew (macOS/Linux)

brew install spantree/fluent-toolkit/fluent-toolkit

Manual Installation

Download the latest binary from releases and place it in your PATH.

Usage

Initialize MCP servers in your project:

cd your-project
ftk init

The interactive wizard will:

  • Let you select which MCP servers to install
  • Check for required system dependencies
  • Prompt for API keys and secrets
  • Generate .mcp.json configuration
  • Update CLAUDE.md with usage instructions
  • Create optional context directory for AI resources

Features

Currently Implemented

  • 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

Available MCP Servers

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!

Development

Built with Deno.

# Run locally
deno task dev init

# Type check
deno check src/main.ts

# Format and lint
deno fmt
deno lint

See CLAUDE.md for development standards and commit conventions.

Documentation

Project Status

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

License

MIT

Links


From the Fluent Workshop - AI fluency for engineering teams.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •