Skip to main content
Glama
freeappstore-online

FreeAppStore MCP Server

Official

FreeAppStore MCP Server

Remote MCP server for AI agents to interact with the FreeAppStore platform.

Endpoint: https://mcp.freeappstore.online/mcp

Connect

Claude Code

claude mcp add freeappstore -- npx mcp-remote https://mcp.freeappstore.online/mcp

Codex

codex mcp add freeappstore --url https://mcp.freeappstore.online/mcp

Cursor

Settings > MCP > Add Server: npx mcp-remote https://mcp.freeappstore.online/mcp

Project-local .mcp.json

{
  "mcpServers": {
    "freeappstore": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.freeappstore.online/mcp"]
    }
  }
}

Any MCP client

Streamable HTTP transport at https://mcp.freeappstore.online/mcp

Related MCP server: DevToolkit MCP Server

Tools

Build (write code yourself)

Tool

Auth

Description

create_app

FAS token

Provision repo + hosting + listing, scaffold template, deploy live

update_files

Owner

Write/overwrite files in your app's repo; auto-redeploys

Build (let the VibeCode agent write code)

Tool

Auth

Description

agent_build

FAS token + vaulted AI key

Hand a prompt to the VibeCode agent; it writes + deploys

agent_status

FAS token

Poll an agent_build session for progress + live URL

Read

Tool

Auth

Description

list_files

None

List files in an app's repo

read_file

None

Read a file from an app's repo

Inspect

Tool

Auth

Description

list_apps

FAS token

List your published apps

app_info

None

Live URL, repo, store listing, up/down status

deploy_status

None

Check last 5 GitHub Actions runs for any app

app_logs

Owner

Recent errors/warnings/SDK calls/build info

platform_guide

None

Fetch full SKILLS.md (the complete platform guide)

sdk_reference

None

SDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI

Discovery

Architecture

Cloudflare Worker with a SQLite-backed Durable Object (FasMcpAgent), using the agents SDK. Deployed via GitHub Actions.

Development

npm install
npm run dev    # local dev server
npm run deploy # deploy to CF Workers

License

MIT.

F
license - not found
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freeappstore-online/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server