Follow Plan MCP Server

MCP Server for AI implementation plan tracking and context management

Local serverstdioTypeScript

What is the Follow Plan MCP MCP server?

Follow Plan MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP Server for AI implementation plan tracking and context management.

What you get

A comprehensive Model Context Protocol (MCP) server for intelligent project planning and task management with SQLite persistence and full-text search capabilities.

  • Task Management — Create, update, and track tasks with status, priority, and progress
  • Feature Planning — Manage user stories, epics, and feature specifications
  • Bug Tracking — Report and track bugs with severity levels and reproduction steps
  • Rule Engine — Define project rules, validations, and automation guidelines
  • Full-Text Search — Advanced search across all plan items with relevance scoring
  • SQLite Storage — Persistent storage with FTS5 full-text search indexing

What the assistant can call

Once Follow Plan MCP is connected, these are the calls the assistant has available:

  • Build — The Build tool exposed by this server
  • Test — The Test tool exposed by this server
  • Lint — The Lint tool exposed by this server
  • Format — The Format tool exposed by this server

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Follow Plan MCP's toolset — Build, Test, Lint and 1 more — is a fair guide to whether it matches your workflow. It is maintained by vibeclasses; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the follow plan mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
BuildThe Build tool exposed by this server.
TestThe Test tool exposed by this server.
LintThe Lint tool exposed by this server.
FormatThe Format tool exposed by this server.

How to install the Follow Plan MCP MCP server

{
  "mcpServers": {
    "follow-plan": {
      "command": "node",
      "args": [
        "/path/to/follow-plan-mcp/dist/index.js",
        "/path/to/your/project"
      ],
      "env": {}
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Follow Plan MCP to Build.
  • Use Follow Plan MCP to Test.
  • Use Follow Plan MCP to Lint.

Frequently asked questions

It connects Follow Plan MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Build, Test, Lint, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Follow Plan MCP directly.