Skip to content

mcp

MCP subcommand for protein-quest.

mcp(*, transport='stdio', host='127.0.0.1', port=8000, _=None)

Run Model Context Protocol (MCP) server.

Run Model Context Protocol (MCP) server. Can be used by agentic LLMs like Claude Sonnet 4 as a set of tools.

Parameters:

Name Type Description Default
transport Transport | None

Transport protocol to use.

'stdio'
host str

Host to bind the server to.

'127.0.0.1'
port int

Port to bind the server to.

8000
_ Common | None

Common CLI options.

None