PriyankGodhat/etabs-mcp-server-local-embeddings
If you are the rightful owner of etabs-mcp-server-local-embeddings and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The ETABS Documentation Assistant MCP Server allows AI models to perform semantic searches on user-provided ETABS documentation using local embeddings.
The ETABS Documentation Assistant MCP Server is designed to facilitate semantic searches on ETABS documentation provided by the user. It leverages local sentence transformer models for embedding generation and ChromaDB for vector storage, ensuring that the service is free to run after the initial setup. The server exposes an MCP tool named `search_etabs_docs`, which accepts natural language queries about ETABS and returns relevant sections from the user's indexed documentation. This setup requires the user to have a legally obtained copy of the ETABS documentation, typically in `.chm` format. The project is not affiliated with Computers & Structures, Inc. (CSI) and does not include any ETABS documentation files.
Features
- Semantic search on ETABS documentation using local embeddings.
- Integration with AI models like Claude via Claude Desktop.
- Local storage of embeddings using ChromaDB.
- User-provided documentation ensures compliance with licensing.
- Free to run after initial setup with local resources.
Usages
usage with Claude Desktop
{ "mcpServers": { "etabs-local-docs": { "command": "node", "args": [ "YOUR_ABSOLUTE_PATH_TO_PROJECT/etabs-mcp-server-local-embeddings/build/server.js" ] } } }
Tools
search_etabs_docs
Tool for performing semantic searches on ETABS documentation.