aihu-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aihu-mcpShow me a cookbook example for agentic discovery."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@aihu/mcp
Aihu — agentic discovery and interaction, for human purpose.
MCP server for aihu — exposes aihu_example and aihu_validate tools via stdio transport.
Status: Publish-ready — rides the next release cut. The
aihu_exampleindex is generated from thecookbook/corpus (scripts/build-cookbook-index.ts) and CI-guarded against staleness (check:cookbook).
Exposes two tools over the Model Context Protocol's stdio transport:
aihu_example— returns a canonical.aihuSFC snippet from the generated cookbook index that best matches a natural-languageintent, optionally narrowed by keywordtags.aihu_validate— compiles a.aihuSFCsourcestring with the aihu Rust compiler and returns either the compiled TypeScript or structured diagnostics (code, message, line/col).
Usage
Programmatic:
import { createServer, startServer } from '@aihu/mcp'
await startServer()
// or, to configure the transport yourself:
const server = createServer()CLI — this package ships a serve bin that starts the stdio server and runs
until the host closes stdin:
npx serve
# or, from an aihu project that depends on this package:
aihu mcp serveRelated MCP server: mcp-gerrit-code-review
Install
npm install @aihu/mcp
# or
bun add @aihu/mcpAuto-generated against @aihu/mcp@0.2.1.
Package facts
Version |
|
Tier | C — Agent surface — MCP server (aihu_example cookbook retrieval + aihu_validate) |
Published files | 3 entries |
License | MIT |
Auto-generated against @aihu/mcp@0.2.1.
Exports
Subpath | ESM | CJS |
|
|
|
Auto-generated against @aihu/mcp@0.2.1.
Dependencies
Dependencies:
@aihu/compiler—^1.3.6@modelcontextprotocol/sdk—^1.0.0
Auto-generated against @aihu/mcp@0.2.1.
See also
Auto-generated against @aihu/mcp@0.2.1.
License
MIT — see LICENSE.
Auto-generated against @aihu/mcp@0.2.1.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn educational MCP server that teaches implementing the Model Context Protocol from scratch, enabling AI models to discover and invoke tools via JSON-RPC over stdio.-
- AlicenseAqualityCmaintenanceMCP Server providing AI agents with tooling for Gerrit code review workflows via stdio transport.189 npm1MIT
- AlicenseNot gradedqualityCmaintenanceExposes Language Server Protocol (LSP) tools such as diagnostics, goto definition, find references, symbols, and rename as a stdio MCP server.9MIT
- AlicenseNot gradedqualityCmaintenanceA minimal, zero-dependency MCP server that enables defining and running tools over stdio transport, without extra features like HTTP or resources.29 npm1MIT