{"id":"jinsonwu-mcphost-server","name":"mcphost-server","homepage":null,"repo_url":"https://github.com/JinsonWu/mcphost-server","category":"ai-ml","subcategories":[],"tags":["ai-ml","mcp","llm","local-llm","ollama","http-server","go"],"what_it_does":"mcphost-server is a Go-based server intended to bridge MCPHOST to local LLMs (e.g., Ollama) via HTTP. It can run in a default server mode exposing HTTP endpoints and can be configured via environment variables, an mcp.json configuration file, and command-line flags.","use_cases":["Run a local LLM (such as Ollama) behind an HTTP server endpoint for integration with an MCPHOST-style client","Provide a lightweight bridge layer between applications and locally hosted LLM inference","Enable environment-driven configuration to change model/host/port-style settings without code changes"],"not_for":["Production deployments requiring strong authentication/authorization guarantees and detailed security controls (not documented here)","Environments needing a standards-based public API contract (OpenAPI/SDK) as the primary integration method","Workloads that require robust documented rate limiting and retry/idempotency semantics"],"best_when":"You want a simple local HTTP bridge to a locally running LLM and you control the network environment (e.g., localhost or trusted internal network).","avoid_when":"You need hardened, documented security and operational guarantees suitable for untrusted internet clients, or you require well-specified API schemas for automated agent integration.","alternatives":["Using Ollama directly with its HTTP API","OpenAI/Anthropic SDKs directly (when targeting hosted models)","Other MCP servers/bridges that provide documented OpenAPI specs and stronger auth controls"],"af_score":36.2,"security_score":26.5,"reliability_score":25.0,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:52:18.208856+00:00","interface":{"has_rest_api":true,"has_graphql":false,"has_grpc":false,"has_mcp_server":false,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication mechanism (API keys/OAuth) is described in the provided README. Treat the server as potentially unauthenticated unless verified in code/config."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"Open-source server; no pricing details provided."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":36.2,"security_score":26.5,"reliability_score":25.0,"mcp_server_quality":10.0,"documentation_accuracy":45.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":100.0,"rate_limit_clarity":0.0,"tls_enforcement":30.0,"auth_strength":10.0,"scope_granularity":10.0,"dependency_hygiene":40.0,"secret_handling":50.0,"security_notes":"The README does not mention TLS enforcement, authentication, authorization scopes, or secure secret handling practices. Scores assume typical server risk for unauthenticated local HTTP bridging; actual security depends on implementation details and .env/mcp.json options.","uptime_documented":0.0,"version_stability":40.0,"breaking_changes_history":40.0,"error_recovery":20.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["No documented API schema (OpenAPI) or example request/response payloads in the provided README; agents may need to inspect code or trial-and-error.","No documented auth or rate-limit behavior; agents should assume conservative request patterns and a trusted network until verified."]}}