contentforge for LangChain
io.github.gentry-ai-bot/contentforge
Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
client:LangChain
transport:stdio
runtime:npm
Install contentforge in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"contentforge": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "contentforge-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs