New:Socket for Asana Is Now Available.Learn more
Get Started

f2g-telco

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f2g-telco

CLI tool to supercharge AI coding environments — installs MCPs, skills, agents, and memory pipelines

latest
Source
npmnpm
Version
0.2.8
Version published
Weekly downloads
11
-56%
Maintainers
1
Weekly downloads
 
Created
Source

F2G-Telco

CI License: MIT Node 18+

CLI to set up a fully configured AI coding environment in one command—MCPs, providers, skills, orchestrators, and inventories for Crush and Kiro.

Install

npx f2g-telco init

What You Get

  • 13 MCP servers for memory, knowledge, reasoning, browser automation, diagrams, GitHub, databases
  • Curated skills from multiple sources with orchestrator templates
  • Provider-agnostic configs for Copilot, Ollama, NVIDIA NIM, Google AI Studio, and any OpenAI-compatible API
  • Complete tool wiring: MCPs, providers, models, permissions, LSPs, orchestrator agent, INVENTORY.md

Why F2G-Telco vs. Manual Setup

Stepf2g-telcoManual setup
Install MCP serversAuto-installs with user prefix and fallbacksRepeated npm/pip commands, sudo issues
Tool configWrites full Crush/Kiro configs (MCPs, providers, models, permissions, LSP)Hand-edit JSON with multiple schemas
Skills & orchestratorClones, symlinks, and wires orchestrator templatesManual git clone + path wiring
Provider keysGuided boxed prompts with skip/retryAd hoc env collection
InventoryGenerates INVENTORY.md for agentsManual docs
RecoveryVerbose mode + doctor checksDebug on your own

Command Reference

CommandDescription
f2g-telco initInteractive setup wizard (tools, providers, MCPs, skills, configs)
f2g-telco add <mcp>Install and configure a single MCP by id
f2g-telco remove <mcp>Uninstall and remove a single MCP by id
`f2g-telco list [--mcps--providers
f2g-telco updatePull latest registries and refresh configs
f2g-telco doctorHealth check (Node, git, PATH, MCP binaries)

Providers

ProviderFree?ModelsDescription
GitHub CopilotSubscriptionClaude Opus/Sonnet/Haiku, GPT, Gemini, GrokFull catalog via Copilot
Ollama✅ FreeQwen3, Llama, Mistral, etc.Local models, private
NVIDIA NIM✅ Free tierLlama 3.3 70B, DeepSeek R1, Kimi K2.51000 free credits
Google AI Studio✅ Free tierGemini 2.5 Pro/FlashFree key from aistudio.google.com
Groq✅ Free tierLlama 3.3 70B, Llama 3.1 8BUltra-fast inference
Cerebras✅ Free tierLlama 3.3 70B, Llama 3.1 8BFastest inference, 30 req/min
OpenAI-CompatibleVariesAny compatible modelLM Studio, vLLM, custom endpoints

MCP Servers Included

ServerCategoryFreeDescription
mem0MemoryLong-term memory across sessions
contextgraphMemoryShared memory with provenance + entities
memoryMemoryKnowledge graph — entities and relations
context7KnowledgeUp-to-date library documentation
sequential-thinkingReasoningMulti-step reasoning with branching
filesystemCoreFile operations
fetchCoreHTTP requests
githubDevPRs, issues, commits
gitnexusDevCodebase knowledge graph
postgresqlDevDatabase queries
playwrightTestingBrowser automation, E2E
mermaidDocsDiagram rendering
notionProductivityNotion pages and databases

What Gets Configured

Crush

  • MCP servers with env vars
  • Providers and model mappings (large/small)
  • Permissions (38+ tools auto-approved)
  • LSP servers (pyright, typescript-language-server)
  • Skills paths, orchestrator agent, metrics/notifications off

Kiro

  • MCP servers with autoApprove arrays
  • Env vars per MCP, orchestrator settings

Contributing

Pull requests are welcome. Please run npm run build and npm test before submitting.

License

MIT

Keywords

ai

FAQs

Package last updated on 10 Apr 2026

Related posts