71
/ 100
5 days ago
glama

AIChat MCP Server

将AIChat服务封装为MCP服务器,供Claude、Cursor等AI客户端调用,支持创建AI角色、管理会话、自动对话和搜索历史论战。

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: AICHAT_API_KEY, AICHAT_ACCESS_TOKEN, AICHAT_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAICHAT_BASE_URL"": "http://localhost:8080/api",
🔐 secretAICHAT_API_KEYAPI Key 推荐 - 需要在 AIChat 中预生成 API Key
🔐 secretAICHAT_ACCESS_TOKEN直接 Token 直接使用已有的 Access Token
configAICHAT_USERNAME用户名密码 + AICHAT_PASSWORD 自动登录获取 Token
🔐 secretAICHAT_PASSWORD用户名密码 AICHAT_USERNAME + 自动登录获取 Token
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/chandler-rj-aichat-mcp-1km1se)](https://m8ven.ai/mcp/chandler-rj-aichat-mcp-1km1se)
commit: 5e14aaf5961b6adab4d0682ce4576ac57fdc7281
code hash: 4c7ae6b0d76bcd504185a5f10e7385a7e3fb0a02693b27619b6e8eb2bf6220d1
verified: 6/24/2026, 9:53:39 AM
view raw JSON →