MCP Server
Active
MIT
com.moltlinestudio/timeops MCP Server
com.moltlinestudio/timeops
What is the com.moltlinestudio/timeops MCP server?
Hosted MCP server for business-day math, deadline planning, meeting overlap, and SLA calculations.
How to install com.moltlinestudio/timeops
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"timeops": {
"url": "https://mcp.moltlinestudio.com/timeops"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"timeops": {
"serverUrl": "https://mcp.moltlinestudio.com/timeops"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"timeops": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/timeops"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"timeops": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.moltlinestudio.com/timeops"
]
}
}
}Claude Code
claude mcp add --transport http timeops https://mcp.moltlinestudio.com/timeopsRelated MCP servers
Hosted MCP server for business math: unit economics, cash runway, loan payments, target pricing.
0
View repository →Python
MIT
Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.
0
View repository →Python
MIT
Hosted MCP server for creators: writing analysis, headline scoring, reading time, social lengths.
0
View repository →Python
MIT
com.moltlinestudio/data
Active
Hosted MCP server for data analysis: CSV profiling, A/B tests, cohorts, funnels, trend forecasts.
0
View repository →Python
MIT
Hosted MCP server for educators: readability reports, grade curves, lesson timing, skill catalog.
0
View repository →Python
MIT
Hosted MCP server for agent governance: MCP config audits, injection scans, scope-policy checks.
0
View repository →Python
MIT