Skip to content

uberkael/manito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manito

MCP tool for querying and exploring Unix Man Pages

In case the man page does not exist, it falls back to the command's help output or --help.

Setup

NPX:

"manito": {
	"command": "npx",
	"args": [
		"-y",
		"tsx",
		"path_to/main.ts"
	]
}

Bun:

"manito": {
	"command": "bun",
	"args": [
		"path_to/main.ts"
	]
}

Streamable HTTP:

Launch the server with:

npx -y tsx net.ts or bun net.ts

"manito": {
	"type": "http",
	"url": "http://localhost:3000/mcp"
}

Screenshots

Calling MCP:

Calling MCP

Man Output:

Man Output

Help Fallback:

Help Fallback

Double Command:

Double Command

About

MCP tool for querying and exploring Unix man pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published