Connect with API Key
Status: Disconnected
No file selected
MCP Live Protocol Inspector
Waiting for connection...
Administrator Authentication
Enter master admin key to view and issue directory keys.
Git Repository Operations
Git User: -
Branch: -
Custom Git Command Execution
git
Git Output Console
Connect with API key on the File Explorer tab, then use Git controls here.
Claude Desktop Configuration
Add this server block to your claude_desktop_config.json file:
{
"mcpServers": {
"remote-filesystem": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.rmaa.agency/sse?apiKey=YOUR_API_KEY",
"--transport",
"sse-only"
]
}
}
}
Cursor / IDE Configuration
In Cursor Features → MCP, add a new server with transport type SSE:
Name: Remote Filesystem Type: sse URL: https://mcp.rmaa.agency/sse?apiKey=YOUR_API_KEY
SSH CLI Administration (mcp-admin)
You can also manage keys directly over SSH from your terminal:
ssh user@mcp.rmaa.agency # List all keys mcp-admin list # Issue key for a directory mcp-admin create --dir /home/user/my-project --name "My Project" # Disable access mcp-admin disable k_xxxx # View master admin key mcp-admin admin-key