Developer Tools
repomuse.com
Provides CRUD operations for managing projects and their associated profiles.
ENDPOINT 1
https://repomuse.com/mcp
MCP server metadata
- Name
- RepoMuse MCP Server
- Version
- 1.0.0
Use RepoMuse tools for project-scoped social drafting and immutable editing. Human review and publishing are always required. Auth: Authorization Bearer rm_live_… or OAuth. Full REST/OpenAPI documentation: /docs/api and /api/v1/openapi.json.
Known tools 38
duplicate_social_postDuplicate a post as a new draft (the way to edit published content).
Potential side effectsrefine_social_postQueue an AI refinement of an exact revision into comparison proposals.
Inferred read-onlyaccept_social_post_proposalAccept one refinement proposal as the new current revision.
Inferred read-onlyget_drafting_packetAssemble voice, profile, and wrapped research for local agent drafting.
Inferred read-onlyvalidate_social_partsValidate post parts against platform length, byte, and thread rules.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.repomuse-mcp-server]
url = "https://repomuse.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"repomuse-mcp-server": {
"type": "http",
"url": "https://repomuse.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: repomuse-mcp-server
Remote MCP URL: https://repomuse.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"repomuse-mcp-server": {
"url": "https://repomuse.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"repomuse-mcp-server": {
"type": "http",
"url": "https://repomuse.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "repomuse-mcp-server",
"transport": "streamable-http",
"url": "https://repomuse.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.