other-agent-mcp

k-l-lambda/other-agent-mcp

3.2

If you are the rightful owner of other-agent-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

An MCP server that leverages LangChain.js to provide subagent tools with session management, enabling task delegation to another LLM while maintaining conversation context.

Tools

Functions exposed to the LLM to take actions

run_agent

Run a LangChain agent with the given prompt (stateless, single-turn).

list_models

List all available models configured in SUBAGENT_MODELS.

create_session

Create a new conversation session that maintains context across multiple messages.

send_message

Send a message to an existing session and get a response.

list_sessions

List all active conversation sessions.

get_session_history

Get the conversation history of a specific session.

delete_session

Delete a conversation session.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources