Skip to content

MCP Server & Client

.md

Dewee acts as both an MCP client (connecting external tool servers) and an MCP server (internal/mcp/).

  • stdio — Local process spawning via npx or binary execution.
  • sse — Server-Sent Events over HTTP.
  • streamable-http — Modern bidirectional HTTP transport with OAuth 2.1 + PKCE.
Terminal window
# List registered MCP servers
dewee mcp list
# Inspect available tools on a server
dewee mcp tools filesystem
# Configure OAuth 2.1 parameters
dewee mcp oauth config github-tools --registration-mode pre_registered --client-id <id>