Spacetime Server

by SpaceTimee

3 stars
183 downloads
Not rated
GitHub Website

About

Spacetime Server is a multifunctional server built on ASP.NET Core (.NET 10) and Cloudflare Pages (Vue 3). It is deployed at https://server.spacetimee.xyz and offers Docker images as well as MCP hosting on Smithery and Glama. The project is intended only for learning reference…

Details

Author
SpaceTimee
GitHub stars
3
Downloads
183
Categories
Other, API, Infrastructure, Developer Tools

- Built on ASP.NET Core (.NET 10)
- Frontend powered by Vue 3 (Cloudflare Pages)
- Available as a Docker container
- Hosted as an MCP server on Smithery and Glama
- Serves a live deployment at server.spacetimee.xyz

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Spacetime Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Pull the Docker image from Docker Hub (spacetimee/spacetime-server) or GitHub Container Registry, then run the container. Alternatively, access the live deployment at server.spacetimee.xyz or use the MCP endpoints hosted on Smithery or Glama. No additional CLI commands or configuration keys are documented in the README.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "spacetime server": {
            "spacetime-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://server.spacetimee.xyz/mcp"
                ]
            }
        }
    }
}

McpServers

{
    "spacetime-server": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-remote",
            "https://server.spacetimee.xyz/mcp"
        ]
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.