MCP Server
MCP
io.github.jyswee/taufunctions
Serverless functions for coding agents. Deploy, invoke, monitor. 13 tools, stdio or remote SSE.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://mcp.taufunctions.com/sse",
"headers": [
{
"description": "Bearer token using your TauFunctions API key: 'Bearer tf_...'. Optional: without one the server starts in onboarding mode and can self-signup via the tau_signup tool.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "taufunctions",
"version": "1.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "TauFunctions API key (tf_...). Get one at https://taufunctions.com or via tau signup.",
"isRequired": true,
"isSecret": true,
"name": "TAU_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
sse
npm
By
Comments
Sign in to leave a comment