1. Conduid
  2. Productivity
  3. Agentplanner
MCP server · Productivity

Agentplanner

Kanban MCP Server for AgentPlanner

37Low

Scored 4 months ago · breakdown

About Agentplanner

Agentplanner is an MCP server in the Productivity category: kanban MCP Server for AgentPlanner. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add agentplanner -- npx -y @saltedroads/agentplanner-mcp
npx
npx -y @saltedroads/agentplanner-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Agentplanner

Powered by Claude · Grounded in docs

I know everything about Agentplanner. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Pink Sundew

Pink Sundew is a Next.js 16 board application with Supabase-backed data, an MCP bridge API, and SST/OpenNext deployment.

Tech Stack

  • Next.js App Router (TypeScript)
  • Supabase (auth, database, realtime)
  • SST + OpenNext (AWS deployment)
  • Native Rust MCP server in mcp-server-rust/

Workspace Layout

  • src/: app routes, UI, domain logic, bridge endpoints
  • supabase/: SQL migrations
  • mcp-server-rust/: Native Rust MCP runtime
  • sst.config.ts: production deployment config

Runtime Split

  • The Pink Sundew web app is still a Next.js workspace, so local frontend development uses Node.js and npm.
  • The distributed MCP experience is binary-first: end users install and run pinksundew-mcp without Node.js.
  • Cursor instruction sync now uses managed project rules in .cursor/rules/*.mdc; other clients keep their existing synced instruction files.

Local Development

Install dependencies:

npm install

This installs the web app toolchain only. It is not required for end users who are only setting up the Rust MCP binary.

Start dev server:

npm run dev

Build

Build command:

npm run build

prebuild automatically clears stale .next artifacts to avoid intermittent ENOTEMPTY build failures.

Deploy

Deploy production with SST:

npx sst deploy --stage production

MCP Server

Build native Rust MCP server:

cargo build --manifest-path mcp-server-rust/Cargo.toml

The workspace MCP config is in .vscode/mcp.json.

Preferred install/upgrade channel for users:

brew install pinksundew/tap/pinksundew-mcp
brew upgrade pinksundew/tap/pinksundew-mcp

End users do not need Node.js to install or run the MCP server.

MCP release tags are canonicalized as vX.Y.Z.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Agentplanner

How do I install Agentplanner?

Run claude mcp add agentplanner -- npx -y @saltedroads/agentplanner-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Agentplanner safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Agentplanner still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.