tpc-server

suttonwilliamd/tpc-server
★ 1 stars JavaScript 🤖 AI/LLM Updated 7d ago
Thoughts Plans Changelog is an MCP compliant server for coding with AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tpc-server": {
      "command": "npx",
      "args": [
        "-y",
        "suttonwilliamd/tpc-server"
      ]
    }
  }
}

README Excerpt

A Node.js/Express API for AI-human collaboration, starting with JSON file storage for thoughts and plans. 1. Install dependencies: `npm install` 2. Start the server: `node server.js` 3. The server runs on `http://localhost:3000` See [CHANGELOG.md](CHANGELOG.md) for detailed release notes. Run `npm test` (or `npm run test:unit`) to execute Jest API/integration tests.