temote-mcp
v0.1.0Use Temote MCP local sessions, files, commands, Git, and host integrations from Codex.
By f4ah6oLicense: MIT AND Apache-2.00 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install temote-mcp for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add temote-mcp@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/f4ah6o/temote-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/temote-mcp/SKILL.md└── .mcp.json
Included Skills1
Operate local files, commands, Git, background jobs, 1Password, and kintone through Temote MCP. Use when the user mentions Temote MCP or temote-mcp, asks an agent to work on a local repository/session through Temote, supplies a Temote session ID, or when tools such as session_list, session_info, execute, git_commit, or git_push are available.
MCP servers1
- command
- temote-mcp
- args
- mcp
- cwd
- .
Plugin manifests1
{
"name": "temote-mcp",
"version": "0.1.0",
"description": "Use Temote MCP local sessions, files, commands, Git, and host integrations from Codex.",
"author": {
"name": "f4ah6o",
"url": "https://github.com/f4ah6o"
},
"homepage": "https://github.com/f4ah6o/temote-mcp",
"repository": "https://github.com/f4ah6o/temote-mcp",
"license": "MIT AND Apache-2.0",
"keywords": [
"codex",
"mcp",
"local-mcp",
"temote-mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Temote MCP",
"shortDescription": "Use a local machine safely through Temote MCP.",
"longDescription": "Connect Codex to Temote MCP local sessions while keeping session lifecycle, named-root resolution, sandboxing, approvals, and host integration policy inside the native temote-mcp binary.",
"developerName": "f4ah6o",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write",
"Shell"
],
"websiteURL": "https://github.com/f4ah6o/temote-mcp",
"defaultPrompt": [
"Show the available Temote sessions and summarize their state.",
"Use Temote MCP to work on the matching local repository session.",
"Diagnose why the selected Temote session cannot run the requested task."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[temote-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/temote-mcp)