schedcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
schedcp by eunomia-bpf | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 105 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | C | TypeScript |
| Last commit | 3 mo ago | this month |
schedcp · Summary
SchedCP enables AI optimization of Linux kernel schedulers using MCP Server for automatic management and performance tuning.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
schedcp · Use cases
- Automatically optimize Linux system performance for various workloads
- Enable AI agents to manage and tune kernel schedulers
- Create custom BPF schedulers using AI agent assistance
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
schedcp · Install
Installation Requirements
- Linux kernel 6.12+ with sched-ext support
- Rust toolchain
Build Steps
# Clone with submodules
git clone https://github.com/eunomia-bpf/schedcp
cd schedcp
git submodule update --init --recursive scheduler/scx
# Build schedulers
cd scheduler && make && make install && cd..
# Build autotune
cd autotune && cargo build --release && cd..
# Build MCP server
cd mcp && cargo build --release && cd..Claude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"schedcp": {
"command": "path/to/schedcp/target/release/schedcp",
"args": []
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}