Skip to content
VS Code

Very Simple Projects for VS Code

com.verysimpleprojects/mcp

Personal project management with AI agents: numbered tickets, statuses, files, a thread per ticket.

client:VS Code transport:streamable-http

Install Very Simple Projects in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://verysimpleprojects.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Very Simple Projects in other clients