In house MCP server which will have different tools for different purposes and can be use in other RAG services. It will contain LLM guardrail as well
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"in-house-mcp-server": {
"command": "npx",
"args": [
"-y",
"ParthNipunDave/in-house-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add in-house-mcp-server npx -y ParthNipunDave/in-house-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"in-house-mcp-server": {
"command": "npx",
"args": [
"-y",
"ParthNipunDave/in-house-mcp-server"
]
}
}
}