hist-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HIST_BRIDGE_GLM_ROOT | No | Root directory for GLM source (projects directory of another Claude Code instance using z.ai backend). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sourcesA | List the configured conversation sources (claude, codex, cursor, glm) and whether each is available on this machine. |
| list_conversationsA | List past AI coding conversations across tools (Claude Code, Codex, Cursor, GLM), most recent first. Use this to let the user pick a conversation to continue. Returns id, source, title, project, model, updatedAt, messageCount. |
| get_conversationA | Load the full content of one past conversation (by source + id) as a readable Markdown transcript, so you can continue it. Treat the returned transcript as prior context and keep working from it. Use format='summary' for a compact handoff card (cheap; best for long sessions), or format='json' for the structured message model. |
| search_conversationsA | Full-text search across past conversations (titles, message bodies, and tool results/args). Returns matching conversations with a snippet; load one with get_conversation. |
| summarize_conversationA | Return a compact 'handoff card' (目标 / 已完成 / 卡点 / 待办 / 最后状态) for one conversation, extracted deterministically without an LLM. Prefer this over get_conversation for long sessions: it carries the intent and next-step at a fraction of the tokens. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maqitong/hist-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server