← Registry

Developer Tools

repomuse.com

Provides CRUD operations for managing projects and their associated profiles.

1 endpoint38 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://repomuse.com/mcp

No auth detected

MCP server metadata

Name
RepoMuse MCP Server
Version
1.0.0
Capabilities
tools
Server instructions

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

create_project

Create a project and its default author/account.

Potential side effects
list_projects

List owned projects.

Inferred read-only
get_project

Get a project profile and studio state.

Inferred read-only
update_project_profile

Update a versioned project profile.

Potential side effects
delete_project

Delete an owned project.

Potential side effects
list_project_authors

List project author voices.

Inferred read-only
get_project_author

Get one author voice and revision history.

Inferred read-only
create_project_author

Create a versioned project author.

Potential side effects
update_project_author

Update a project author with revision CAS.

Potential side effects
archive_project_author

Archive a project author.

Inferred read-only
list_social_accounts

List stable social account identities.

Inferred read-only
create_social_account

Create a stable social account identity.

Potential side effects
update_social_account

Update an account and preserve handle aliases.

Potential side effects
generate_social_posts

Queue paid social generation idempotently.

Inferred read-only
get_generation

Get a generation or batch result.

Inferred read-only
get_generation_batch

Get a generation batch and children.

Inferred read-only
list_project_generations

List project generations.

Inferred read-only
list_social_posts

List canonical project posts.

Inferred read-only
get_social_post

Get a post and immutable revisions.

Potential side effects
update_social_post_part

Replace one post part with revision CAS.

Potential side effects
insert_social_post_part

Insert one thread part with revision CAS.

Potential side effects
delete_social_post_part

Delete one thread part with revision CAS.

Potential side effects
reorder_social_post_parts

Reorder every thread part with revision CAS.

Inferred read-only
replace_social_post_parts

Replace all post parts with revision CAS.

Potential side effects
acknowledge_social_post_issues

Acknowledge reviewable validation issues.

Inferred read-only
approve_social_post

Approve the reviewed current revision.

Inferred read-only
reject_social_post

Reject the reviewed current revision.

Inferred read-only
restore_social_post

Restore a rejected post to draft.

Potential side effects
duplicate_social_post

Duplicate a post as a new draft (the way to edit published content).

Potential side effects
refine_social_post

Queue an AI refinement of an exact revision into comparison proposals.

Inferred read-only
accept_social_post_proposal

Accept one refinement proposal as the new current revision.

Inferred read-only
reject_social_post_proposal

Reject one refinement proposal.

Inferred read-only
mark_social_post_published

Append and mark an exact publication snapshot.

Inferred read-only
import_social_posts

Import prior posts into account history.

Inferred read-only
get_drafting_packet

Assemble voice, profile, and wrapped research for local agent drafting.

Inferred read-only
validate_social_parts

Validate post parts against platform length, byte, and thread rules.

Potential side effects
create_agent_draft

Store a locally written draft as a normal DRAFT post.

Potential side effects
get_balance

Get total and bucket credit balances.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.