stencila mcp
Usage
stencila mcp [COMMAND]Examples
# List all discovered MCP servers
stencila mcp
# Show details about a specific server
stencila mcp show filesystem
# Show a server's tools (connects to the server)
stencila mcp show filesystem --tools
# Add a stdio server
stencila mcp add filesystem npx -y @modelcontextprotocol/server-filesystem /tmp
# Add an HTTP server
stencila mcp add remote-api https://api.example.com/mcp
# Remove a server
stencila mcp remove filesystem
# Print TypeScript declarations for all servers
stencila mcp codemode
# Print declarations for a specific server only
stencila mcp codemode --server filesystemSubcommands
list | |
show | |
add | |
remove | |
codemode |