5 months ago
An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API.
Server Config
{
"mcpServers": {
"polarsteps": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/remuzel/polarsteps-mcp",
"polarsteps-mcp"
],
"env": {
"POLARSTEPS_REMEMBER_TOKEN": "<YOUR_TOKEN>"
}
}
}
}