Command Palette

Search for a command to run...

UnylyUnyly
Browse all

S08 E01

FreeNot checked

This is the companion code for Season 8 Episode 1

GitHubEmbed

About

This is the companion code for Season 8 Episode 1

README

This is the companion code for Season 08 Episode 01

Configuration

Name Description Location
PlaneAPIKey The API Key used to access the Plane app User Secrets
BaseUrl The base url for the Plane API appsettings.json
Workspace The Plane workspace appsettings.json
ProjectId The project id of the associated project appsettings.json

Set Up

  1. Clone the repo:
git clone https://github.com/binarythistle/S08-E01-MCP-Server.git
  1. Once cloned, change into the S08-E01-MCP-Server directory

  2. Open the project (using VS Code this would be code .)

  3. Open the appsettings.json file an update config elements to match your Plane Project details.

  4. Obtain your Plane API key (instructions here) and add the key as a user-secret as follows:

dotnet user-secrets set "PlaneAPIKey" "<your key>"

Registering the Server

The server can now be registered with any MCP client app (e.g. VS Code with GitHub Co Pilot) to see it working using MCP Inspector, first ensure that you have NodeJs installed (type node --version to find out if you have it), then type:

npx @modelcontextprotocol/inspector dotnet run

MCP Inspector should be loaded in a webpage, then:

  • Click Connect
  • Click List Tools
  • Select get_all_work_item_statuses
  • Click Run Tool

If everything has worked it should bring back a list of standard work items statuses from Plane.

from github.com/binarythistle/S08-E01-MCP-Server

Installing S08 E01

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/binarythistle/S08-E01-MCP-Server

FAQ

Is S08 E01 MCP free?

Yes, S08 E01 MCP is free — one-click install via Unyly at no cost.

Does S08 E01 need an API key?

No, S08 E01 runs without API keys or environment variables.

Is S08 E01 hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install S08 E01 in Claude Desktop, Claude Code or Cursor?

Open S08 E01 on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare S08 E01 with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs