{"id":30201559,"url":"https://github.com/mostlygeek/vibecities","last_synced_at":"2025-08-13T10:51:04.549Z","repository":{"id":306714384,"uuid":"1026542759","full_name":"mostlygeek/vibecities","owner":"mostlygeek","description":"GeoCities with vibe coding via MCP","archived":false,"fork":false,"pushed_at":"2025-07-27T05:40:01.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T07:25:17.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mostlygeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-26T05:16:26.000Z","updated_at":"2025-07-27T05:42:15.000Z","dependencies_parsed_at":"2025-07-28T06:16:08.526Z","dependency_job_id":null,"html_url":"https://github.com/mostlygeek/vibecities","commit_stats":null,"previous_names":["mostlygeek/vibecities"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mostlygeek/vibecities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fvibecities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fvibecities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fvibecities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fvibecities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostlygeek","download_url":"https://codeload.github.com/mostlygeek/vibecities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fvibecities/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270228430,"owners_count":24548818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T10:50:32.611Z","updated_at":"2025-08-13T10:51:04.525Z","avatar_url":"https://github.com/mostlygeek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VibeCities\n\n![VibeCities Header](vibecities-header2.webp)\n\n**VibeCities** is bringing back the nostalgia of the personal web page.\n- Notepad.exe → LLM\n- FTP → MCP\n- GeoCities → VibeCities\n\n## About\n\nVibeCities gives your LLM a one step web publishing super power! \n\n- Single, easy to run binary `./vibecities`.\n- Streamable http mcp server at `/mcp`\n- Stores web pages in one sqlite file (no cgo necessary)\n\nIt started with a question: what MCP server can I build in less than 3 hours? This was my original design spec: \n\n- an MCP server that CRUDs some resource\n- use golang\n- keep it super simple\n- make it composable with other tools\n- do something fun!\n\n## Batteries Included: vibecities.db\n\n- VibeCities comes some super cool sites out of the box\n- `./vibecities-darwin-arm64 -db vibecities.db`\n- Point your browser at `http://localhost:1337`\n  \n## Try it with Claude Desktop\n\n\u003e [!NOTE]\n\u003e Any MCP client will work. Claude Desktop was picked to make it easy to play with quickly. \n\n1. Build the vibecities binary: `make all`\n1. Start vibecities `./build/vibecities-darwin-arm64` (use appropriate binary for your platform)\n1. Set MCP config in Claude Desktop: “Settings → Developer → Edit Config”:\n\n   ```json\n   {\n     \"mcpServers\": {\n       \"vibecities\": {\n         \"command\": \"npx\",\n         \"args\": [\"mcp-remote\", \"http://localhost:1337/mcp\", \"--allow-http\"]\n       }\n     }\n   }\n   ```\n\n   -  `mcp-remote` is required as Claude desktop does not support remote transports \n   -  `--allow-http` is required _only_ when vibecities is running somewhere other than localhost.\n\n1. Restart claude desktop (Cmd+r on mac, ctrl+r on windows)\n1. Ask claude to search the web and make a new page, for example:\n   \u003cimg width=\"1112\" height=\"912\" alt=\"image\" src=\"https://github.com/user-attachments/assets/0b1a2a62-db90-49ee-9916-2203a2ffcb41\" /\u003e\n\n\n1. Open `http://localhost:1337/bbs` in your browser and feel the vibes...\n   \u003cimg width=\"1112\" height=\"990\" alt=\"image\" src=\"https://github.com/user-attachments/assets/e50a2e08-4f70-4652-93dc-3800f97e0b62\" /\u003e\n\n\n## Benchmarks (M1 Macbook Pro)\n\n```\n$ ab -n 1000 -c 5 http://127.0.0.1:1337/modem\nThis is ApacheBench, Version 2.3 \u003c$Revision: 1913912 $\u003e\nCopyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\nLicensed to The Apache Software Foundation, http://www.apache.org/\n\nBenchmarking 127.0.0.1 (be patient)\n...\n\nServer Software:\nServer Hostname:        127.0.0.1\nServer Port:            1337\n\nDocument Path:          /modem\nDocument Length:        10675 bytes\n\nConcurrency Level:      5\nTime taken for tests:   0.106 seconds\nComplete requests:      1000\nFailed requests:        0\nTotal transferred:      10771000 bytes\nHTML transferred:       10675000 bytes\nRequests per second:    9458.68 [#/sec] (mean)\nTime per request:       0.529 [ms] (mean)\nTime per request:       0.106 [ms] (mean, across all concurrent requests)\nTransfer rate:          99491.64 [Kbytes/sec] received\n\nConnection Times (ms)\n              min  mean[+/-sd] median   max\nConnect:        0    0   0.1      0       2\nProcessing:     0    0   0.4      0       7\nWaiting:        0    0   0.4      0       7\nTotal:          0    1   0.5      0       8\nERROR: The median and mean for the total time are more than twice the standard\n       deviation apart. These results are NOT reliable.\n\nPercentage of the requests served within a certain time (ms)\n  50%      0\n  66%      0\n  75%      1\n  80%      1\n  90%      1\n  95%      1\n  98%      2\n  99%      2\n 100%      8 (longest request)\n```\n\n---\n\n## Tools\n\n- https://github.com/mark3labs/mcp-go .. seems to be the most popular one\n- `npx @modelcontextprotocol/inspector` for testing mcp server (localhost:1337/mpc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fvibecities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostlygeek%2Fvibecities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fvibecities/lists"}