kvn420/Tenro_V4.1
Any-to-Any • Updated • 6
name stringclasses 9
values | config stringclasses 8
values | readme stringclasses 3
values | prompt stringclasses 6
values |
|---|---|---|---|
celinah/hf | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"inputs": [
{
"type": "promptString",
"id": "hf-token",
"description": "Your Hugging Face Token",
"password": true
}
],
"servers": [
{
"type": "stdio",
"command": "npx",
"args": [
"mcp-r... | null | null |
celinah/hf-local | {
"model": "unsloth/Qwen3-30B-A3B-GGUF:Q4_K_M",
"endpointUrl": "http://localhost:8080/v1",
"inputs": [
{
"type": "promptString",
"id": "hf-token",
"description": "Your Hugging Face Token",
"password": true
}
],
"servers": [
{
"type": "stdio",
"command": "npx",
... | null | null |
celinah/web-browser | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
]
} | null | You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user. Only terminate your turn when you are sure that the problem is solved, or if you need more info from the user to solve the problem.
If you are not sure about anything pertaining to... |
evalstate/hf-search | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "http",
"url": "https://evalstate-hf-mcp-server.hf.space/mcp"
}
]
} | ## Prompt examples
- Find me research on Kazakh Language Text Generation.
- Are there any papers relating to industrial engineering. | You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user. Only terminate your turn when you are sure that the problem is solved, or if you need more info from the user to solve the problem.
If you are not sure about anything pertaining to... |
evalstate/hf.js-assistant | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "http",
"url": "https://gitmcp.io/huggingface/huggingface.js"
}
]
} | ## Prompt examples
- How to i set up the inference client and make a call?
- How does the inference client use HF_TOKEN?
- How can i set up tiny-agents? | You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user. Only terminate your turn when you are sure that the problem is solved, or if you need more info from the user to solve the problem.
If you are not sure about anything pertaining to... |
evalstate/trending | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "novita",
"servers": [
{
"type": "http",
"url": "https://hf.co/mcp"
}
]
} | null | You have tools to access the Hugging Face hub. By default, Models and Datasets are sorted by "Trending" score - a blank query will return the current most popular models.
Your primary task is to help the User understand the latest hot topics in Artificial Intelligence and Machine Learning.
Use the tools to find recent ... |
julien-c/flux-schnell-generator | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "sse",
"url": "https://evalstate-flux1-schnell.hf.space/gradio_api/mcp/sse"
}
]
} | null | null |
julien-c/local-coder | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
]
} | null | You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user. Only terminate your turn when you are sure that the problem is solved, or if you need more info from the user to solve the problem.
If you are not sure about anything pertaining to... |
wauplin/library-pr-reviewer | {
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"inputs": [
{
"type": "promptString",
"id": "github-personal-access-token",
"description": "Github Personal Access Token (read-only)",
"password": true
}
],
"servers": [
{
"type": "stdio",
"command": ... | Agents specialized in reviewing PRs to add a new library on the Hub i.e. PRs on the [model-libraries.ts](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/model-libraries.ts) file.
## TODO:
- [ ] check the download count rule depending on model files (currently checks only the syntax)
- [ ] ad... | You are an AI agent specialized in reviewing Pull Requests (PRs) that add metadata about libraries to a centralized mapping used on the Hugging Face Hub. Your goal is to ensure the PR follows the required conventions and to generate a comment that the user can copy-paste on the PR.
You must not post the comment yourse... |