streamable-httpMITupdated 4mo ago
This directory contains the public distribution metadata for the hosted Motecloud MCP server.
What can you do with Motecloud Memory?
Motecloud MCP Server Distribution
This directory contains the public distribution metadata for the hosted Motecloud MCP server.
Registry Descriptor
server.json is the registry-ready descriptor for:
- name:
io.github.motecloud/motecloud-mcp-server - transport: Streamable HTTP
- endpoint:
https://motecloud.io/mcp - auth: OAuth 2.1 with PKCE and dynamic client registration
The descriptor follows the MCP Registry server.json format and is intended
for registries such as the official MCP Registry and downstream registries that
consume the same metadata, including GitHub MCP Registry surfaces.
Public Discovery Endpoints
- MCP transport:
https://motecloud.io/mcp - OAuth metadata:
https://motecloud.io/.well-known/oauth-authorization-server - Protected resource metadata:
https://motecloud.io/.well-known/oauth-protected-resource/mcp - JWKS:
https://motecloud.io/.well-known/jwks.json
Publishing
The release-mcp workflow validates server.json, publishes a GitHub release,
and can be used as the source artifact for registry submissions.
Official registry publishing currently uses the MCP Registry publisher flow. The expected namespace is GitHub-owned:
mcp-publisher publish packaging/mcp/server.json
The public distribution repository includes .github/workflows/publish-mcp-registry.yml,
which uses GitHub Actions OIDC:
gh workflow run publish-mcp-registry.yml --repo motecloud/motecloud-mcp-server
Manual publishing is also supported with an authenticated GitHub login that can
prove ownership of the motecloud organization.
Install
Add Motecloud Memory to your client. Pick the one you use.
claude mcp add --transport http motecloud-memory https://motecloud.io/mcpcodex mcp add motecloud-memory --url https://motecloud.io/mcp{
"mcpServers": {
"motecloud-memory": {
"url": "https://motecloud.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"motecloud-memory": {
"type": "http",
"url": "https://motecloud.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"motecloud-memory": {
"url": "https://motecloud.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"motecloud-memory": {
"serverUrl": "https://motecloud.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance13/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 128 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Apr 25, 2026 |