Sumedh1599/mcp_llm_inferencer
Uses Claude or OpenAI API to convert prompt-mapped input into concrete MCP server components such as tools, resource templates, and prompt handlers.
Platform-specific configuration:
{
"mcpServers": {
"mcp_llm_inferencer": {
"command": "npx",
"args": [
"-y",
"mcp_llm_inferencer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...