Skills Board MCP Server

Skills Board, the agent-native skills registry for teams. Keep your team's AI skills in one place, so everyone knows where to find and use them. It is available as a remote MCP endpoint.

Teams that want a hosted web framework endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 5 · #39 OF 48 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Skills Board

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add tommybez-skillsboard --transport http https://www.skillsboard.sh/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tommybez-skillsboard": {
      "url": "https://www.skillsboard.sh/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://www.skillsboard.sh/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to www.skillsboard.sh

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-15 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.TommyBez is GitHub-verified and matches the repo owner

03 · Who maintains Skills Board

Skills Board is maintained by tommybez. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
web framework - ranked #39 of 48 actively-maintained web framework servers as of 2026-08-25.
registry
io.github.TommyBez/skillsboard (active, first published 2026-08-07)

05 · Skills Board FAQ

What is Skills Board?

Skills Board, the agent-native skills registry for teams. Keep your team's AI skills in one place, so everyone knows where to find and use them. It is available as a remote MCP endpoint.

Is Skills Board still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Skills Board?

Run `claude mcp add tommybez-skillsboard --transport http https://www.skillsboard.sh/api/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Skills Board require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Skills Board