core-agent-mcp

core-agent-mcp

Remote execution layer for agentic systems exposing 64 production tools via MCP for file, network, system, text, git, crypto, and monitoring operations.

Category
访问服务器

README

Core Agent MCP

Remote execution layer for agentic systems. Expose 64 stable tools via Model Context Protocol — Hermes, OpenClaw, Claude Code, atau MCP client lain bisa pakai ini remote atau lokal.

Kenapa?

Agentic systems butuh remote execution layer yang reliable — bukan cuma shell access, tapi tools terstruktur, typed, dan terdefinisi yang return hasil konsisten. core-agent-mcp solusinya:

  • 🛠 64 production tools — file, network, system, text, git, crypto, monitoring
  • 🔌 Dual transport — stdio (local) atau HTTP SSE (remote)
  • 🎯 Stable output — setiap tool return {success: bool, data: ..., error?: str}
  • 🧩 Hermes-ready — drop-in via mcp_servers config

Quick Start

# Install
pip install core-agent-mcp

# Run stdio (local agent)
core-agent-mcp

# Run HTTP (remote agent)
core-agent-mcp --transport sse --host 0.0.0.0 --port 8931

Integrasi Hermes

Tambah ke ~/.hermes/config.yaml:

mcp_servers:
  core-agent:
    command: "core-agent-mcp"
    timeout: 120

Remote:

mcp_servers:
  core-agent:
    url: "http://your-server:8931/mcp"
    timeout: 120
    connect_timeout: 30

/reset sesi Hermes — semua tool muncul sebagai mcp_core_agent_*.

Integrasi OpenClaw / Claude Code

Claude Code (claude_code.json)

{
  "mcpServers": {
    "core-agent": { "command": "core-agent-mcp" }
  }
}

OpenClaw

mcp_servers:
  core-agent:
    command: "core-agent-mcp"

Tools (64 tools)

System (11)

Tool Description
system_info OS, kernel, hostname, CPU, Python
exec_command Execute shell command (timeout, cwd, env)
get_env Get env var value
list_env List env vars (keys atau key=value)
which Locate binary in PATH
disk_usage Disk space per partition
memory_info RAM + swap usage
cpu_load Load avg + per-core usage
uptime System uptime
list_users User accounts (UID>=1000 + root)
hostname System hostname

Filesystem (16)

Tool Description
read_text Read file (line range, max 1MB)
write_text Write/overwrite file (auto mkdir)
append_text Append to file
list_dir Dir listing with metadata
file_info File/dir metadata detail
find_files Find by glob pattern
grep_files Search content via regex
copy_path Copy file/dir (recursive)
move_path Move/rename file/dir
delete_path Delete file/dir (safe: need recursive flag)
create_dir mkdir -p
download_url Download URL to file
checksum_file MD5/SHA1/SHA256/SHA512
tree Directory tree (depth-limited)
tail_file Last N lines
head_file First N lines

Network (7)

Tool Description
http_request Full HTTP (GET/POST/PUT/DELETE/PATCH)
dns_lookup DNS A/AAAA/MX/NS/TXT/CNAME
tcp_check TCP port open check
whois Domain WHOIS lookup
ssl_cert SSL certificate details
public_ip Detect public IP
ping_host ICMP ping (count-based)

Text & Data (20)

Tool Description
grep Regex search in text
count Words/lines/chars/bytes
diff Unified diff text A vs B
json_parse Validate & parse JSON
json_format Pretty-print JSON
base64_encode Base64 encode
base64_decode Base64 decode
url_encode URL percent-encode
url_decode URL percent-decode
hash MD5/SHA1/SHA256/SHA512
uuid_v4 Random UUID v4
uuid_v7 Time-ordered UUID v7
timestamp ISO/Unix/RFC2822 now
hex_encode Text to hex
hex_decode Hex to text
unixtime_to_iso Unix sec → ISO 8601
iso_to_unixtime ISO 8601 → Unix sec
csv_parse CSV text → JSON array
json_to_yaml JSON → YAML
yaml_to_json YAML → JSON

Development (7)

Tool Description
git_status Working tree status
git_log Commit log (N entries, filter author)
git_diff Diff unstaged/staged/refs
git_branches List local branches
git_commit_count Count commits (branch/all)
git_show Commit detail + diffstat
format_json Pretty-print JSON

Meta (2)

Tool Description
ping Health check → pong + version
help List all tools with descriptions

CLI

core-agent-mcp [OPTIONS]

Options:
  --transport TEXT    stdio (default) atau sse
  --host TEXT         HTTP host (default: 0.0.0.0)
  --port INTEGER      HTTP port (default: 8931)
  --timeout INTEGER   Tool timeout (default: 120s)
  --max-output INTEGER  Max output bytes (default: 51200)
  --workdir TEXT      Working directory
  --help

Env Variables

Variable Default Description
CORE_AGENT_TIMEOUT 120 Default tool timeout
CORE_AGENT_MAX_OUTPUT 51200 Max output bytes
CORE_AGENT_WORKDIR $PWD Working directory
CORE_AGENT_PATH_ALLOWLIST - Comma-separated allowed paths

Dev

git clone https://github.com/jefripunza/core-agent-mcp
cd core-agent-mcp
uv venv && source .venv/bin/activate
uv pip install -e .
core-agent-mcp

# Test via MCP inspector
npx @modelcontextprotocol/inspector core-agent-mcp

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选