token-factory-mcp-server
@mingder78
关于 token-factory-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"token-factory-mcp-server": {
"command": "bun",
"args": [
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is token-factory-mcp-server?
token-factory-mcp-server is an MCP server built with Bun and TypeScript, packaged and published via npm. It provides a client configuration for integration with MCP-compatible tools.
How to use token-factory-mcp-server?
Install dependencies with bun i, run the development server with bun dev, and test with bun inspector. For production, configure the MCP client to use the npx command with the npm package, or run the built JavaScript file directly with Node.js.
Key features of token-factory-mcp-server
—
Use cases of token-factory-mcp-server
—
FAQ from token-factory-mcp-server
What runtime is required?
The development runtime is Bun, as the project was created with bun init. The built server can be executed with either Node.js or Bun.
How do I install and run the server?
Run bun i to install dependencies, then bun dev to start the server. Use bun inspector for testing via the MCP inspector.
How
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论