Home

stencila mcp remove

Remove an MCP server from stencila.toml

Removes a server configuration from the nearest stencila.toml file, or from the user-level config with --user. Only Stencila-managed servers can be removed (not those from Claude, Codex, or Gemini configs).

Usage

stencila mcp remove [OPTIONS] <ID>

Examples

# Remove from nearest stencila.toml
stencila mcp remove filesystem

# Remove from user config
stencila mcp remove --user filesystem

# Compatibility scope syntax
stencila mcp remove --scope user filesystem

Arguments

NameDescription
<ID>The server ID to remove.

Options

NameDescription
--userRemove from user config (~/.config/stencila/stencila.toml). Possible values: true, false.
--workspaceRemove from workspace config (nearest stencila.toml). Possible values: true, false.
--scopeConfig scope (compatibility with other tools). Possible values: user, workspace.
© 2026 Stencila