Slowtime MCP Server
A Model Context Protocol server for secure time-based operations with timing attack protection and timelock encryption
Overview
Slowtime MCP Server is a Model Context Protocol server designed for secure time-based operations, featuring timing attack protection and timelock encryption.
To use the Slowtime MCP Server, integrate it into your Claude Desktop configuration and utilize basic interval commands for managing time intervals and encrypting data.
- Timing attack prevention through random delays and constant-time comparisons. - Timelock encryption for secure data handling. - Interval management for creating, pausing, and resuming time intervals. - Analytics and statistics for tracking encrypted data.
- Securely managing time-sensitive operations in applications.
- Protecting sensitive data from timing attacks.
- Analyzing historical data with time-based queries.
Add to your AI client
Use these steps to connect Slowtime MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"slowtime-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slowtime-mcp-server-bmorphism"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"slowtime-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slowtime-mcp-server-bmorphism"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"slowtime-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slowtime-mcp-server-bmorphism"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"slowtime-mcp-server-bmorphism": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slowtime-mcp-server-bmorphism"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"slowtime-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slowtime-mcp-server-bmorphism"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"slowtime-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slowtime-mcp-server-bmorphism"
]
}
}
}FAQ
What is timelock encryption?
Timelock encryption is a method that prevents data from being decrypted until a specified time interval has passed.
How does the server protect against timing attacks?
The server uses random delays, jittered timestamps, and constant-time comparisons to mitigate timing attacks.
Is there a limit to the number of intervals I can create?
No, you can create as many intervals as needed, but performance may vary based on system resources.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1187,"uuid":"47a31f9d-e140-4e64-9e84-f179519725b6","name":"slowtime-mcp-server","title":"Slowtime MCP Server","description":"A Model Context Protocol server for secure time-based operations with timing attack protection and timelock encryption","avatar_url":"https://avatars.githubusercontent.com/u/1236584?v=4","created_at":"2025-01-28T02:37:05.921Z","updated_at":"2025-02-23T07:20:30.604Z","status":"created","author_name":"bmorphism","author_avatar_url":"https://avatars.githubusercontent.com/u/1236584?v=4","tags":"slowtime,mcp-server,secure-time-operations","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/bmorphism/slowtime-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]