subspace-api
subspace-api is an API library built in TypeScript that facilitates subspace communication. Developers can easily send and receive real-time data, as well as manage data efficiently, making it particularly suitable for distributed systems and microservices. The documentation is comprehensive, ensuring a smooth onboarding process.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
36
Forks
1
Issues
0
subspace-api
NOTE! This repository, if viewed on GitHub, is a downstream mirror. Our active API service may not reflect changes that are shown here in a timely manner.
subspace-api is an express-based RESTful API and Model Context Protocol (MCP) server.
If you are utilizing this API provided and hosted by us, please be sure to abide by the TOS. Otherwise, you are free to clone and self host provided you abide by the GNU GPLv3 license, and the TOS will not pertain to you!
Getting Started
With Docker (preferrably compose)
Building your own image
docker compose build && docker compose up -d
Pulling from stable releases
docker compose pull && docker compose up -d
Manual build
Single line start, attached
npm run build && npm run start
Setting up your .env
| Env var | Purpose |
|---|---|
| PORT | Defaults to 9595. The port for the API and MCP server to listen on. |
| LOG_LEVEL | Defaults to 'info'. Set the logging level. |
| ACTIVE_VERSION | Defaults to 'v1', currently not implemented fully. |
| WMATA_PRIMARY_KEY | The API key to use for obtaining WMATA status. |
| JWT_SECRET | (DEPRECATED) This is the secret key that is used for encrypting and decrypting JWT tokens. |
| SESSION_SECRET | Base64 encoded random string that you can probably generate with openssl rand -base64 64. |
| TZ | (Optional) Lets the container/logger format log messages with the machine's local time zone. |
0
Followers
0
Repositories
0
Gists
0
Total Contributions
GemSuite MCP is an open-source server designed for advanced interactions with the Gemini API. Utilizing the Model Context Protocol (MCP), it intelligently selects models to ensure optimal performance and minimal token costs, facilitating seamless integration. Built with TypeScript, it operates in a Node.js environment.
ChatMCP Widgets is a lightweight self-hosted platform for hosting and configuring MCP-enabled chat widgets remotely. It allows you to deploy, create, and manage AI chat widgets that can be embedded on your websites and applications, providing access to advanced AI models and external tools.