8 months ago
developer-toolsAn express-based RESTful API and Model Context Protocol (MCP) server for services used by subtype.space. Please note the GitHub repository is a downstream mirror, and updates may be late.
Overview
What is subspace-api?
subspace-api is an express-based RESTful API and Model Context Protocol (MCP) server designed for services used by subtype.space. It allows developers to integrate and utilize various functionalities provided by the subtype.space platform.
How to use subspace-api?
To use subspace-api, you can either clone the repository and self-host it or utilize the API service provided by subtype.space. For self-hosting, you can build your own Docker image or run it manually using npm commands.
Key features of subspace-api?
- RESTful API for easy integration with applications.
- Model Context Protocol (MCP) server for enhanced service capabilities.
- Docker support for easy deployment and management.
Use cases of subspace-api?
- Integrating subtype.space services into your applications.
- Building custom applications that require a RESTful API.
- Utilizing the Model Context Protocol for advanced service interactions.
FAQ from subspace-api?
- Is subspace-api free to use?
Yes! You can clone and self-host it under the GNU GPLv3 license.
- How do I set up the environment variables?
You can set up the environment variables in a .env file, specifying the PORT, LOG_LEVEL, and ACTIVE_VERSION.
- What is the default port for the API?
The default port is 9595.