by routineco
This is the Routine Model Context Protocol (MCP) server.
npx routine-mcp-server
or configure it in your favorite MCP client.For Claude Desktop, refer to https://modelcontextprotocol.io/quickstart/user
In particular, your file claude_desktop_config.json
should look something like that:
*Configuration content*
# Install dependencies yarn # Build the project yarn build
Then install the MCP server:
node
executable./dist/index.js
For Claude Desktop, refer to https://modelcontextprotocol.io/quickstart/user
In particular, your file claude_desktop_config.json
should look something like that:
*Configuration content*
# Start the server yarn start
The server communicates via stdin/stdout, following the MCP protocol. You can interact with it by sending JSON requests to its stdin and reading responses from stdout.
No version information available