token-factory-mcp-server
@mingder78
About token-factory-mcp-server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"token-factory-mcp-server": {
"command": "bun",
"args": [
"dev"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments